-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matteo De Wint
authored
Sep 5, 2019
1 parent
81f7e52
commit 6cab41b
Showing
3 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|
@@ -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} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |