From d9df0b875e71d44db1276db4457c7957a3d4f244 Mon Sep 17 00:00:00 2001 From: Regner Blok-Andersen Date: Wed, 5 Oct 2016 17:24:10 -0700 Subject: [PATCH] Yet another version bump --- eos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/__init__.py b/eos/__init__.py index 8e9d2b59..6dae4a90 100644 --- a/eos/__init__.py +++ b/eos/__init__.py @@ -20,7 +20,7 @@ # This should NOT be above the imports but there is a circular import to be solved first -__version__ = '0.0.0.dev5' # NOQA +__version__ = '0.0.0.dev6' # NOQA from .const.eos import State, Restriction from .data.cache_handler.exception import TypeFetchError