diff --git a/setup.py b/setup.py index 45900e5..d370fc0 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ with open(path.join(this_directory, "README.md"), encoding="utf-8") as f: long_description = f.read() -__version__ = "1.1.0" +__version__ = "1.1.1" setup( name="flaskoidc",