Skip to content

Commit

Permalink
Update version to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pradal committed May 13, 2024
1 parent fc57e79 commit b4e4a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openalea/deploy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
minor = 1
"""(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 b4e4a66

Please sign in to comment.