From f35d7dc0b4c83d9ed8a6d2f3fb49b216b1c357a8 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 1 Dec 2018 01:04:26 +0000 Subject: [PATCH] 0.0.12 Automatically generated by python-semantic-release --- ladybug/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ladybug/__init__.py b/ladybug/__init__.py index c3e86188..98412a41 100644 --- a/ladybug/__init__.py +++ b/ladybug/__init__.py @@ -1,6 +1,6 @@ import sys -__version__ = '0.0.11' +__version__ = '0.0.12' # This is a variable to check if the library is a [+] library. setattr(sys.modules[__name__], 'isplus', False)