Skip to content

Commit 925921d

Browse files
committed
#209 bump version to 1.4.0.rc1
1 parent 8681db9 commit 925921d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymodbus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __str__(self):
4141
return '[%s, version %s]' % (self.package, self.short())
4242

4343

44-
version = Version('pymodbus', 1, 3, 2)
44+
version = Version('pymodbus', 1, 4, 0, "rc1")
4545

4646

4747

0 commit comments

Comments
 (0)