Skip to content

Commit

Permalink
Fix update namespace by removing __init__.py and update version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pradal committed Jan 22, 2024
1 parent 04b54d8 commit 27be766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/openalea/__init__.py

This file was deleted.

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 = 0
minor = 1
"""(int) Version minor component."""

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

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

0 comments on commit 27be766

Please sign in to comment.