Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Bump version: 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Oct 29, 2018
1 parent 3401e94 commit 5380e1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.3.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion gendocs/__init__.py
Expand Up @@ -11,6 +11,6 @@
__author__ = 'Bane Sullivan'
__license__ = 'BSD-3-Clause'
__copyright__ = '2018, Bane Sullivan'
__version__ = '0.3.1'
__version__ = '0.3.2'
__displayname__ = 'gendocs'
__name__ = 'gendocs'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

import setuptools

__version__ = '0.3.1'
__version__ = '0.3.2'

with open("README.rst", "r") as f:
long_description = f.read()
Expand Down

0 comments on commit 5380e1d

Please sign in to comment.