diff options
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ setup( packages = find_packages(), include_package_data=True, #install_requires=[], - version = "0.1", + version = get_version(), description = "Converts html to PDF using http://code.google.com/p/wkhtmltopdf/.", author = "Incuna Ltd", author_email = "admin@incuna.com", |