diff options
Diffstat (limited to 'wkhtmltopdf/__init__.py')
-rw-r--r-- | wkhtmltopdf/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wkhtmltopdf/__init__.py b/wkhtmltopdf/__init__.py index 39b1413..d9c3b26 100644 --- a/wkhtmltopdf/__init__.py +++ b/wkhtmltopdf/__init__.py @@ -3,5 +3,4 @@ if 'DJANGO_SETTINGS_MODULE' in os.environ: from .utils import * __author__ = 'Incuna Ltd' -__version__ = '0.3' - +__version__ = '1.0-rc1' |