Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaxxl committed Oct 24, 2022
1 parent 446d2b4 commit 35c4173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion safrs/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.12.3"
__version__ = "2.12.4"
__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 = "2.12.3"
version = "2.12.4"

setup(
name="safrs",
Expand Down

0 comments on commit 35c4173

Please sign in to comment.