We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b9bf7 commit 28c4ddcCopy full SHA for 28c4ddc
src/pycropml/version.py
@@ -11,7 +11,7 @@
11
MINOR = 2
12
"""(int) Version minor component."""
13
14
-POST = 3
+POST = 4
15
"""(int) Version post or bugfix component."""
16
17
__version__ = ".".join([str(s) for s in (MAJOR, MINOR, POST)])
0 commit comments