Skip to content

Commit

Permalink
Bumping version to fix RST error on pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
loganasherjones committed Jun 24, 2018
1 parent 170a1e4 commit 1c50a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -43,7 +43,7 @@

setup(
name='yapconf',
version='0.3.2',
version='0.3.2.post1',
description="Yet Another Python Configuration",
long_description=readme + '\n\n' + history,
author="Logan Asher Jones",
Expand Down
2 changes: 1 addition & 1 deletion yapconf/__init__.py
Expand Up @@ -51,7 +51,7 @@

__author__ = """Logan Asher Jones"""
__email__ = 'loganasherjones@gmail.com'
__version__ = '0.3.2'
__version__ = '0.3.2.post1'


FILE_TYPES = {'json', }
Expand Down

0 comments on commit 1c50a5a

Please sign in to comment.