Skip to content

Commit

Permalink
bugfix in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
skallfass committed Nov 24, 2019
1 parent 4846fc8 commit a02977d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 <skallfass@ouroboros.info>"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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={
Expand Down

0 comments on commit a02977d

Please sign in to comment.