We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772c69b commit e9cbc49Copy full SHA for e9cbc49
pyth/__init__.py
@@ -4,7 +4,7 @@
4
5
import os.path
6
7
-__version__ = '0.5.5'
+__version__ = '0.5.6'
8
9
writerMap = {
10
'.rtf': 'pyth.plugins.rtf15.writer.Rtf15Writer',
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
3
setup(name="pyth",
- version="0.5.5",
+ version="0.5.6",
packages = find_packages(),
zip_safe = False,
0 commit comments