Skip to content

Commit

Permalink
Merge pull request openalea#54 from pradal/master
Browse files Browse the repository at this point in the history
Namespace
  • Loading branch information
pradal authored Jan 22, 2024
2 parents d90ffb2 + 3528f5e commit e6db257
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- '**'
tags:
- 'v*'
- 'openalea3*'
pull_request:
branches:
- '**'
Expand Down
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 e6db257

Please sign in to comment.