Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pradal authored Oct 18, 2024
1 parent 40af968 commit cc867f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openalea/visualea/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
MINOR = 4
"""(int) Version minor component."""

POST = 1
POST = 2
"""(int) Version post or bugfix component."""

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

0 comments on commit cc867f8

Please sign in to comment.