Skip to content

Commit

Permalink
update to 6.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwdewit committed Aug 14, 2024
1 parent 0938e1a commit 0a4386b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pcse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
__author__ = "Allard de Wit <allard.dewit@wur.nl>"
__license__ = "European Union Public License"
__stable__ = True
__version__ = "6.0.6"
__version__ = "6.0.8"


import sys, os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
AUTHOR_EMAIL = 'allard.dewit@wur.nl'
URL = 'http://github.com/ajwdewit/pcse/'
LICENSE="EUPL"
VERSION = "6.0.6"
VERSION = "6.0.8"

here = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 0a4386b

Please sign in to comment.