Skip to content

Commit

Permalink
Bump version: 0.8.1 → 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
omushpapa committed Aug 11, 2020
1 parent 4dbd225 commit 899c995
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.8.1
current_version = 0.8.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# built documents.
#
# The short X.Y version.
version = '0.8.1'
version = '0.8.2'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion pyconfigreader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

from .reader import ConfigReader

__version__ = '0.8.1'
__version__ = '0.8.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = 'Usage available at http://github.com/giantas/pyconfigreader'

setup(name='pyconfigreader',
version='0.8.1',
version='0.8.2',
description='A module for handling simple configuration requirements',
long_description=long_description,
url='http://github.com/giantas/pyconfigreader',
Expand Down

0 comments on commit 899c995

Please sign in to comment.