diff --git a/pybreach/__init__.py b/pybreach/__init__.py index 7c7a0e6..0966c32 100644 --- a/pybreach/__init__.py +++ b/pybreach/__init__.py @@ -2,4 +2,4 @@ __author__ = """Stijn Van Hoey""" __email__ = 'stijnvanhoey@gmail.com' -__version__ = '0.2.0' +__version__ = '0.3.0' diff --git a/setup.cfg b/setup.cfg index ff92ced..6259eae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index 24a0cc7..309a7e7 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='pybreach', - version='0.2.0', + version='0.3.0', description="Identification of temporal consistency in rating curve data: Bidirectional Reach (BReach)", long_description=readme + '\n\n' + history, author="Stijn Van Hoey",