Skip to content

Commit

Permalink
v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaxxl committed Aug 25, 2024
1 parent 0824ed0 commit 11e7d8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3"
version = "3.1.4"

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.3"
__version__ = "3.1.4"
__description__ = "Self-documenting(OAS) JSON:API framework for flask"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
python3 setup.py sdist
python setup.py sdist
twine upload dist/*
"""

Expand All @@ -10,7 +10,7 @@ def safrs_setup():
with open("requirements.txt", "rt") as fp:
install_requires = fp.read().strip().split("\n")

version = "3.1.3"
version = "3.1.4"

setup(
name="safrs",
Expand Down

0 comments on commit 11e7d8f

Please sign in to comment.