diff --git a/safrs/__about__.py b/safrs/__about__.py index 0084662..9a2dab6 100644 --- a/safrs/__about__.py +++ b/safrs/__about__.py @@ -1,2 +1,2 @@ -__version__ = "2.9.3" +__version__ = "2.10.0" __description__ = "Self-documenting(OAS) JSON:API framework for flask" diff --git a/setup.py b/setup.py index 36799eb..f2bd805 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def safrs_setup(): with open("requirements.txt", "rt") as fp: install_requires = fp.read().strip().split("\n") - version = "2.9.3" + version = "2.10.0" setup( name="safrs",