From 37012ddd4b4ef763174254e3a66ee7fa37eef5b9 Mon Sep 17 00:00:00 2001 From: hugohadfield Date: Tue, 27 Oct 2020 14:01:50 +0000 Subject: [PATCH] Bump version for release --- pyganja/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyganja/_version.py b/pyganja/_version.py index 3c990b8..dba5ee1 100644 --- a/pyganja/_version.py +++ b/pyganja/_version.py @@ -5,4 +5,4 @@ # 1) we don't load dependencies by storing it in __init__.py # 2) we can import it in setup.py for the same reason # 3) we can import it into your module -__version__ = '0.0.12' +__version__ = '0.0.13'