Skip to content

Commit

Permalink
v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaxxl committed Nov 28, 2023
1 parent e5b9902 commit 0646fb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "safrs"

version = "3.1.2"
version = "3.1.3"

description="SAFRS : SqlAlchemy Flask-Restful Swagger"

Expand Down
2 changes: 1 addition & 1 deletion safrs/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "3.1.2"
__version__ = "3.1.3"
__description__ = "Self-documenting(OAS) JSON:API framework for flask"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def safrs_setup():
with open("requirements.txt", "rt") as fp:
install_requires = fp.read().strip().split("\n")

version = "3.1.2"
version = "3.1.3"

setup(
name="safrs",
Expand Down

0 comments on commit 0646fb4

Please sign in to comment.