diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 116df9ba..50e24e1d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.7.69 +current_version = 0.7.70 files = setup.py conda-recipe/meta.yaml diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 0a43cf73..47f58d4a 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: limix - version: "0.7.69" + version: "0.7.70" source: path: ../ diff --git a/setup.py b/setup.py index 57067fee..18fb5ebb 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import importlib PKG_NAME = 'limix' -VERSION = '0.7.69' +VERSION = '0.7.70' WORKDIR = os.path.abspath(os.path.dirname(__file__))