Skip to content

Commit

Permalink
Add missing wheel dependency (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo De Wint authored Sep 5, 2019
1 parent 81f7e52 commit 6cab41b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
14 changes: 13 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "s3pypi"
version = "0.9.1"
version = "0.9.2"
description = "CLI for creating a Python Package Repository in an S3 bucket"
authors = [
"Matteo De Wint <[email protected]>",
Expand All @@ -14,6 +14,7 @@ s3pypi = "s3pypi.__main__:main"
boto3 = "^1.9.211"
Jinja2 = "^2.10.1"
python = "^3.7"
wheel = "^0.33.6"

[tool.poetry.dev-dependencies]
black = {version = "^19.3b0", allows-prereleases = true}
Expand Down
2 changes: 1 addition & 1 deletion s3pypi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__prog__ = "s3pypi"
__version__ = u"0.9.1"
__version__ = u"0.9.2"

0 comments on commit 6cab41b

Please sign in to comment.