Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
Bump version: 3.0.0 → 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fhightower committed Sep 9, 2017
1 parent 1384bf4 commit 8c85cd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.0
current_version = 3.0.1
commit = True
tag = True

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

setup(
name='xn-twist-python-sdk',
version='3.0.0',
version='3.0.1',
description="Python SDK for XN-Twist's API",
long_description=readme + '\n\n' + history,
author="Floyd Hightower",
Expand Down
2 changes: 1 addition & 1 deletion xn_twist_python_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"""XN-Twist Python SDK to help find unicode domain squats."""

__author__ = """Floyd Hightower"""
__version__ = '3.0.0'
__version__ = '3.0.1'

0 comments on commit 8c85cd1

Please sign in to comment.