Skip to content

Commit

Permalink
Bump version: 0.7.1 → 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 17, 2017
1 parent b193636 commit 8c40433
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.1
current_version = 0.7.2
files = setup.py uspto/__init__.py docs/conf.py
search =
version='{current_version}'
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.7.1'
version = u'0.7.2'
# The full version, including alpha/beta/rc tags.
release = u'0.7.1'
release = u'0.7.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -22,7 +22,7 @@
]

setup(name='uspto-opendata-python',
version='0.7.1',
version='0.7.2',
description='uspto-opendata-python is a client library for accessing the USPTO Open Data APIs',
long_description=README,
license="MIT",
Expand Down Expand Up @@ -50,7 +50,7 @@
"Topic :: Utilities",
],
author='Andreas Motl',
author_email='andreas@ip-tools.org',
author_email='andreas.motl@ip-tools.org',
url='https://github.com/ip-tools/uspto-opendata-python',
keywords='uspto pair pbd peds opendata bulk data download patent information research search',
packages=find_packages(),
Expand Down
2 changes: 1 addition & 1 deletion uspto/__init__.py
@@ -1,2 +1,2 @@
"""uspto-opendata-python is a client library for accessing the USPTO Open Data APIs"""
__version__ = '0.7.1'
__version__ = '0.7.2'

0 comments on commit 8c40433

Please sign in to comment.