Skip to content

Commit

Permalink
Include Workaround for bug 101 bashwork#101
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark M. Evans committed Oct 21, 2015
1 parent 465a80c commit 327a0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymodbus/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __str__(self):
'''
return '[%s, version %s]' % (self.package, self.short())

version = Version('pymodbus', 1, 3, 0, "rc93101")
version = Version('pymodbus', 1, 3, 0, "rc93102")
version.__name__ = 'pymodbus' # fix epydoc error

#---------------------------------------------------------------------------#
Expand Down

0 comments on commit 327a0d4

Please sign in to comment.