Skip to content

Commit

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

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
]

setup(name='uspto-opendata-python',
version='0.7.4',
version='0.8.0',
description='uspto-opendata-python is a client library for accessing the USPTO Open Data APIs',
long_description=README,
license="MIT",
Expand Down
2 changes: 1 addition & 1 deletion uspto/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""uspto-opendata-python is a client library for accessing the USPTO Open Data APIs"""
__version__ = '0.7.4'
__version__ = '0.8.0'

0 comments on commit e4d99c0

Please sign in to comment.