From a02977dc80a54c0045785ad97284fde0b9248aff Mon Sep 17 00:00:00 2001 From: Simon Kallfass Date: Sun, 24 Nov 2019 14:32:01 +0100 Subject: [PATCH] bugfix in setup.py --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4759b4f..c3eb904 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cenv_tool" -version = "3.0.0" +version = "3.0.1" description = "conda environment creation and update from meta.yaml" license = "MIT" authors = ["Simon Kallfass "] diff --git a/setup.py b/setup.py index 967dd93..681c99c 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( long_description=readme, name='cenv_tool', - version='2.1.0', + version='3.0.1', description='conda environment creation and update from meta.yaml', python_requires='>=3.7', project_urls={