diff --git a/robtex_python/__init__.py b/robtex_python/__init__.py index e59d96b..26c7505 100644 --- a/robtex_python/__init__.py +++ b/robtex_python/__init__.py @@ -4,4 +4,4 @@ from .robtex_python import ip_query, as_query, pdns_forward, pdns_reverse __author__ = """Floyd Hightower""" -__version__ = '1.0.1' +__version__ = '1.0.2' diff --git a/setup.cfg b/setup.cfg index f7699ed..a7e7c51 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.1 +current_version = 1.0.2 commit = True tag = True diff --git a/setup.py b/setup.py index dfa7ed0..130a576 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='robtex_python', - version='1.0.1', + version='1.0.2', description="Simple python wrapper for the Robtex API.", long_description=readme + '\n\n' + history, author="Floyd Hightower",