From d43da5b4129f0ead96daf1df0a9e3e725df50e9c Mon Sep 17 00:00:00 2001 From: krathjen Date: Wed, 26 Jul 2017 14:55:43 +0100 Subject: [PATCH] Release 1.33.5 --- README.md | 2 +- __init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3e94be3..5dbf305b 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,4 @@ studiolibrary.main() Please send an email with the error message and a detailed step by step process of how you got the error. -Comments, suggestions and bug reports are welcome. [Contact](www.studiolibrary.com/contact) +Comments, suggestions and bug reports are welcome. [Contact](http://www.studiolibrary.com/contact) diff --git a/__init__.py b/__init__.py index 244e6cb8..0b415c10 100644 --- a/__init__.py +++ b/__init__.py @@ -15,7 +15,7 @@ import sys -__version__ = "1.33.4" +__version__ = "1.33.5" __encoding__ = sys.getfilesystemencoding() _resource = None