diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bc9b8ef..e8d6935 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,8 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.3.0 commit = True tag = True [bumpversion:file:setup.py] + [bumpversion:file:meeteval/__init__.py] diff --git a/meeteval/__init__.py b/meeteval/__init__.py index 5eccb92..b8a8400 100644 --- a/meeteval/__init__.py +++ b/meeteval/__init__.py @@ -3,4 +3,4 @@ from . import der from . import viz -__version__ = '0.2.1' +__version__ = '0.3.0' diff --git a/setup.py b/setup.py index 59916bd..b8de181 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ name="meeteval", # Versions should comply with PEP440. - version='0.2.1', + version='0.3.0', # The project's main homepage. url='https://github.com/fgnt/meeteval/',