Skip to content

Commit

Permalink
bump to version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer committed Oct 2, 2019
1 parent 30a2a58 commit 37bbe61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pystalk ChangeLog
#################

====
NEXT
0.6.0
====
* add compatibility for `attrs` 19.2.0 and above
* drop support for Python 3.3.x
Expand Down
2 changes: 1 addition & 1 deletion pystalk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .client import BeanstalkClient, BeanstalkError

version_info = (0, 5, 1)
version_info = (0, 6, 0)
__version__ = '.'.join(str(s) for s in version_info)
__author__ = 'EasyPost <[email protected]>'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name="pystalk",
version="0.5.1",
version="0.6.0",
author="EasyPost",
author_email="[email protected]",
url="https://github.com/easypost/pystalk",
Expand Down

0 comments on commit 37bbe61

Please sign in to comment.