diff --git a/eos/__init__.py b/eos/__init__.py index 5fca3607..62b36bf2 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.dev2' # NOQA +__version__ = '0.0.0.dev3' # NOQA from .const.eos import State, Restriction from .data.cache_handler.exception import TypeFetchError