diff --git a/setup.py b/setup.py index c9ff9af..9d28331 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/koldunovn/pyfesom2", - download_url = "https://github.com/FESOM/pyfesom2/archive/0.1.0.tar.gz", - version="0.1.0", + download_url = "https://github.com/FESOM/pyfesom2/archive/0.1.1.tar.gz", + version="0.1.1", zip_safe=False, )