diff --git a/setup.py b/setup.py index f7f0f5b..6389c05 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ MAJOR_VERSION = '0' MINOR_VERSION = '4' -MICRO_VERSION = '79' +MICRO_VERSION = '80' VERSION = "{}.{}.{}".format(MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION) setup(name='whereami', diff --git a/whereami/__init__.py b/whereami/__init__.py index 1ac4713..576900e 100644 --- a/whereami/__init__.py +++ b/whereami/__init__.py @@ -1,7 +1,7 @@ import sys __project__ = "whereami" -__version__ = "0.4.79" +__version__ = "0.4.80" __repo__ = "https://github.com/kootenpv/whereami" from whereami.learn import learn