Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo De Wint committed Sep 1, 2020
1 parent 09d370c commit f242832
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
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]>",
Expand All @@ -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"
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.10.1"
__version__ = u"0.11.0"

0 comments on commit f242832

Please sign in to comment.