Skip to content

Commit

Permalink
Bump version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoomakethu committed Apr 1, 2021
1 parent d212d17 commit ac86760
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 @@ -41,7 +41,7 @@ def __str__(self):
return '[%s, version %s]' % (self.package, self.short())


version = Version('pymodbus', 2, 5, 1, "rc1")
version = Version('pymodbus', 2, 5, 1)

version.__name__ = 'pymodbus' # fix epydoc error

Expand Down

0 comments on commit ac86760

Please sign in to comment.