diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c8e1f510..c0b1d4c4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.7.66 +current_version = 0.7.67 files = setup.py conda-recipe/meta.yaml diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 160f9308..a7a77606 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: limix - version: "0.7.66" + version: "0.7.67" source: path: ../ diff --git a/setup.py b/setup.py index 82b01a3e..aaa4105c 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import importlib PKG_NAME = 'limix' -VERSION = '0.7.66' +VERSION = '0.7.67' WORKDIR = os.path.abspath(os.path.dirname(__file__))