Skip to content

Commit cc867f8

Browse files
authored
Update version.py
1 parent 40af968 commit cc867f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openalea/visualea/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
MINOR = 4
1212
"""(int) Version minor component."""
1313

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

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

0 commit comments

Comments
 (0)