Skip to content

Commit

Permalink
Bumped version to 0.2.0 beta version.
Browse files Browse the repository at this point in the history
  • Loading branch information
SekouDiaoNlp committed Nov 7, 2021
1 parent bdb687d commit 85ec8be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pyprojectify"
version = "0.1.0"
version = "0.2.0"
description = "pyprojectify is a utility allowing python package authors/maintainers/packagers to painlessly migrate their package from setup.py to the new pyproject.toml."
authors = ["Sekou Diao <diao.sekou.nlp@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,6 +46,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/SekouDiaoNlp/pyprojectify',
version='0.1.0',
version='0.2.0',
zip_safe=False,
)

0 comments on commit 85ec8be

Please sign in to comment.