Skip to content

Commit 28c4ddc

Browse files
Update version.py
1 parent 67b9bf7 commit 28c4ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pycropml/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
MINOR = 2
1212
"""(int) Version minor component."""
1313

14-
POST = 3
14+
POST = 4
1515
"""(int) Version post or bugfix component."""
1616

1717
__version__ = ".".join([str(s) for s in (MAJOR, MINOR, POST)])

0 commit comments

Comments
 (0)