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.2.2 → 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Aug 9, 2018
1 parent 7198ee6 commit 490bece
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.2.2
current_version = 0.2.3
commit = True
tag = True

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

import setuptools

__version__ = '0.2.2'
__version__ = '0.2.3'

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

0 comments on commit 490bece

Please sign in to comment.