Skip to content

Commit

Permalink
Merge pull request openalea#50 from pradal/master
Browse files Browse the repository at this point in the history
v3.0.2
  • Loading branch information
pradal authored Feb 10, 2023
2 parents 7e3da0b + 31288fe commit 04b54d8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 93 deletions.
1 change: 0 additions & 1 deletion .travis.yml

This file was deleted.

43 changes: 0 additions & 43 deletions appveyor.yml

This file was deleted.

2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requirements:
- python {{PY_VER}}* [not win]
- python {{PY_VER}} [win]
- setuptools
- path.py
- path

test:
imports:
Expand Down
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 = 0
"""(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
47 changes: 0 additions & 47 deletions travis.yml

This file was deleted.

0 comments on commit 04b54d8

Please sign in to comment.