diff --git a/gpyfft/version.py b/gpyfft/version.py index 1ef1319..32a90a3 100644 --- a/gpyfft/version.py +++ b/gpyfft/version.py @@ -1 +1 @@ -__version__ = '0.7.3' +__version__ = '0.8.0' diff --git a/setup.cfg b/setup.cfg index a97083e..7eb4554 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.3 +current_version = 0.8.0 commit = True tag = True