diff --git a/pyganja/_version.py b/pyganja/_version.py index 9209c41..ed518ca 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.14' +__version__ = '0.0.15'