Skip to content

Commit

Permalink
Update to version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pradal committed Oct 27, 2024
1 parent e9ead20 commit ed0c4de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/openalea/deploy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
major = 3
"""(int) Version major component."""

minor = 1
minor = 2
"""(int) Version minor component."""

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

__version__ = ".".join([str(s) for s in (major, minor, post)])
Expand Down

0 comments on commit ed0c4de

Please sign in to comment.