We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40af968 commit cc867f8Copy full SHA for cc867f8
src/openalea/visualea/version.py
@@ -11,7 +11,7 @@
11
MINOR = 4
12
"""(int) Version minor component."""
13
14
-POST = 1
+POST = 2
15
"""(int) Version post or bugfix component."""
16
17
__version__ = ".".join([str(s) for s in (MAJOR, MINOR, POST)])
0 commit comments