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 9994052 commit d9cfe6aCopy full SHA for d9cfe6a
src/pycropml/version.py
@@ -11,7 +11,7 @@
11
MINOR = 2
12
"""(int) Version minor component."""
13
14
-POST = 4
+POST = 5
15
"""(int) Version post or bugfix component."""
16
17
__version__ = ".".join([str(s) for s in (MAJOR, MINOR, POST)])
0 commit comments