diff --git a/setup.py b/setup.py index b47aad8..9b06779 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ EMAIL = "franz.heuchel@gmail.com" AUTHOR = "Franz M. Heuchel" REQUIRES_PYTHON = ">=3.6.0" -VERSION = "0.1.1" +VERSION = "0.2.0" # What packages are required for this module to be executed? REQUIRED = ["numpy", "scipy", "matplotlib>=2.2.0"]