From 1bf0e40bf05adf1743cff50629f9320ca6f0f74a Mon Sep 17 00:00:00 2001 From: F483 Date: Mon, 16 Nov 2015 23:14:04 +0100 Subject: [PATCH] v0.0.5 --- storjcore/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storjcore/version.py b/storjcore/version.py index 6391288..4570eba 100644 --- a/storjcore/version.py +++ b/storjcore/version.py @@ -2,4 +2,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 module -__version__ = '0.0.4' +__version__ = '0.0.5'