Skip to content

Commit

Permalink
Bump version: 0.3.1 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fhightower committed Dec 11, 2017
1 parent dc38b92 commit d70a7c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion robtex_python/__init__.py
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 1.0.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit d70a7c5

Please sign in to comment.