diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 63bf59e..bbb0f94 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = '0.0.5' %} +{% set version = '0.0.6' %} package: name: efmtool_link diff --git a/setup.py b/setup.py index a22bdb8..7a991c1 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='efmtool_link', - version='0.0.5', + version='0.0.6', description='Exposes various efmtool functionality in Python.', url='https://github.com/cnapy-org/efmtool_link.git', author='Axel von Kamp',