diff --git a/README.md b/README.md index a6fccfd..1b08d0a 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,12 @@ twine upload dist/* # Changes -## Version 1.1.0 ### +### Version 1.1.1 ### + +* Fixed Readme and added some more information + + +### Version 1.1.0 ### * Fixed imports for flask 3.0 diff --git a/setup.py b/setup.py index 769af4f..1930d5a 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "Programming Language :: Python :: 3", "Topic :: System :: Systems Administration :: Authentication/Directory", ], - "version": "1.1.0", + "version": "1.1.1", 'install_requires': [ "flask", "werkzeug",