Skip to content

Commit 889680d

Browse files
committed
Okay I think that got it
1 parent a1b9e75 commit 889680d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Design principles
3939
Examples
4040
========
4141

42-
See `http://github.com/brendonh/pyth/tree/master/examples/`
42+
See http://github.com/brendonh/pyth/tree/master/examples/
4343

4444

4545
Unit tests

pyth/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import os.path
66

7+
__version__ = '0.5.3'
78

89
writerMap = {
910
'.rtf': 'pyth.plugins.rtf15.writer.Rtf15Writer',

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from setuptools import setup, find_packages
22

33
setup(name="pyth",
4-
version="0.5",
4+
version="0.5.3",
55
packages = find_packages(),
66
zip_safe = False,
77

8-
description="Python text markup conversion",
8+
description="Python text markup and conversion",
99
author="Brendon Hogger",
1010
author_email="brendonh@taizilla.com",
1111
url="http://wiki.github.com/brendonh/pyth",

0 commit comments

Comments
 (0)