Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
new version released
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Nov 15, 2018
1 parent 7bf8524 commit 49f9aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-setup"
version = "0.3.5"
version = "0.3.6"
description = "make setup.py (setutools) from pyproject.toml (poetry)"
authors = [
"Gram Orsinium <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
name='poetry-setup', # Required
# https://www.python.org/dev/peps/pep-0440/
# https://packaging.python.org/en/latest/single_source_version.html
version='0.3.5', # Required
version='0.3.6', # Required
# https://packaging.python.org/specifications/core-metadata/#summary
# Required
description="make setup.py (setutools) from pyproject.toml (poetry)",
Expand Down

0 comments on commit 49f9aa9

Please sign in to comment.