Skip to content

Commit

Permalink
#209 bump version to 1.4.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoomakethu committed Oct 26, 2017
1 parent 7b7568e commit a029062
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', 1, 3, 2)
version = Version('pymodbus', 1, 4, 0, "rc1")



Expand Down

0 comments on commit a029062

Please sign in to comment.