Skip to content

Commit

Permalink
New version: Enabled parameterization
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Feb 26, 2023
1 parent f4b3138 commit cfbdf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eopsin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
except ImportError as e:
warnings.warn(ImportWarning(e))

VERSION = (0, 8, 1)
VERSION = (0, 9, 0)

__version__ = ".".join([str(i) for i in VERSION])
__author__ = "nielstron"
Expand Down

0 comments on commit cfbdf0a

Please sign in to comment.