Skip to content

Commit

Permalink
Update to version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pradal committed Jan 23, 2024
1 parent 7aa9a84 commit f176e15
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 = 0
post = 1
"""(int) Version post or bugfix component."""

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

0 comments on commit f176e15

Please sign in to comment.