Skip to content

Commit

Permalink
bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer committed Jun 6, 2018
1 parent 26c806b commit a71e554
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
#################

=====
UNRELEASED
0.5.0
=====
* Move tests from CircleCI to Travis-CI
* Add :py:func:`pystalk.client.BeanstalkClient.from_uri` to create a `BeanstalkClient` instance from a URI/URL
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, 4, 0)
version_info = (0, 5, 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 @@ -9,7 +9,7 @@

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

0 comments on commit a71e554

Please sign in to comment.