pkg: bump version
1 files changed, 1 insertions(+), 1 deletions(-)

M setup.py
M setup.py +1 -1
@@ 7,7 7,7 @@ from pml import __doc__
 # perform the setup action
 setup(
     name='pml',
-    version='1.17',
+    version='1.18',
     description='simple, elegant HTML, XHTML and XML generation',
     long_description=__doc__,
     author='Richard Jones',