Skip to content

Commit

Permalink
new release - 1.0.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
eoghantelnyx committed Aug 6, 2019
1 parent ce00296 commit d543b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def run_tests(self):

setup(
name="telnyx",
version="1.0.0b1",
version="1.0.0b2",
description="Python bindings for the Telnyx API",
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down
2 changes: 1 addition & 1 deletion telnyx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from telnyx.webhook import Webhook, WebhookSignature # noqa


__version__ = "1.0.0b1"
__version__ = "1.0.0b2"


# Sets some basic information about the running application that's sent along
Expand Down

0 comments on commit d543b70

Please sign in to comment.