~ubuntu-branches/ubuntu/raring/pymodbus/raring-proposed

« back to all changes in this revision

Viewing changes to pymodbus/version.py

  • Committer: Package Import Robot
  • Author(s): Thomas Bechtold
  • Date: 2012-10-27 12:55:45 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20121027125545-60e94bpztv8vx8om
Tags: 1.1.0-1
* New upstream release.
* debian/control: Add Thomas Bechtold to Uploaders.
* debian/watch: Use github tags for new releases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        '''
36
36
        return '[%s, version %s]' % (self.package, self.short())
37
37
 
38
 
version = Version('pymodbus', 0, 9, 0)
 
38
version = Version('pymodbus', 1, 1, 0)
39
39
version.__name__ = 'pymodbus'  # fix epydoc error
40
40
 
41
41
#---------------------------------------------------------------------------#