aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c7dcb7f..082d042 100644
--- a/setup.py
+++ b/setup.py
@@ -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",