-
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
committed
Sep 1, 2020
1 parent
09d370c
commit f242832
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
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.10.1" | ||
version = "0.11.0" | ||
description = "CLI for creating a Python Package Repository in an S3 bucket" | ||
authors = [ | ||
"Matteo De Wint <[email protected]>", | ||
|
@@ -17,7 +17,7 @@ python = "~2.7 || ^3.5" | |
wheel = "^0.33.6" | ||
|
||
[tool.poetry.dev-dependencies] | ||
black = {version = "^19.3b0", allows-prereleases = true, python = "^3.6"} | ||
black = {version = "^19.3b0", allow-prereleases = true, python = "^3.6"} | ||
flake8 = "^3.7.8" | ||
isort = "^4.3.21" | ||
moto = "^1.3.13" | ||
|
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.10.1" | ||
__version__ = u"0.11.0" |