Skip to content

Commit

Permalink
Bump version to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brendonh committed Jan 13, 2010
1 parent 03e9862 commit 7f601c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyth/__init__.py
Expand Up @@ -4,7 +4,7 @@

import os.path

__version__ = '0.5.4'
__version__ = '0.5.5'

writerMap = {
'.rtf': 'pyth.plugins.rtf15.writer.Rtf15Writer',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name="pyth",
version="0.5.4",
version="0.5.5",
packages = find_packages(),
zip_safe = False,

Expand Down

0 comments on commit 7f601c4

Please sign in to comment.