From d70a7c5efef8c9f136fb810dc7cf6d429b0ca5de Mon Sep 17 00:00:00 2001 From: Floyd Hightower Date: Mon, 11 Dec 2017 19:46:50 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.1=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robtex_python/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/robtex_python/__init__.py b/robtex_python/__init__.py index 0db5cdf..5dddcd5 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__ = '0.3.1' +__version__ = '1.0.0' diff --git a/setup.cfg b/setup.cfg index 0393a70..ddaa41e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 1.0.0 commit = True tag = True diff --git a/setup.py b/setup.py index d23a471..07032ee 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='robtex_python', - version='0.3.1', + version='1.0.0', description="Simple python wrapper for the Robtex API.", long_description=readme + '\n\n' + history, author="Floyd Hightower",