Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
Hotfix, to ensure docs match up with the code.
  • Loading branch information
Ceasar Bautista committed Jan 21, 2015
1 parent 200aaac commit a8b1197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

__version_info__ = ('0', '3', '0')
__version_info__ = ('0', '3', '1')
__version__ = '.'.join(__version_info__)

setup(
Expand Down

0 comments on commit a8b1197

Please sign in to comment.