Skip to content

Commit

Permalink
Update pre-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Jun 8, 2020
1 parent c4836af commit b464ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ refactor:

upload:
pip install twine
python setup.py upload
python setup.py upload
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
EMAIL = "[email protected]"
AUTHOR = "AndreiDrang, redV0ID"
REQUIRES_PYTHON = ">=3.6.0"
VERSION = "2.6.4"
VERSION = "2.6.5a"
REQUIRED = ["requests==2.23.0", "aiohttp==3.6.2", "pika==1.1.0"]

here = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit b464ed4

Please sign in to comment.