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