Skip to content

Commit

Permalink
Merge pull request #40 from openalea/pradal-patch-1
Browse files Browse the repository at this point in the history
Update version.py
  • Loading branch information
pradal authored Oct 18, 2024
2 parents 40af968 + cc867f8 commit 57b6c2c
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 57b6c2c

Please sign in to comment.