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={