Skip to content

Commit

Permalink
v 1.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: verdan <[email protected]>
  • Loading branch information
verdan committed Dec 2, 2021
1 parent b7aa0db commit dd67cb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
name: Publish Python 🐍 distributions 📦 to PyPI

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
name: Publish Python 🐍 distributions 📦 to TestPyPI

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
with open(path.join(this_directory, "README.md"), encoding="utf-8") as f:
long_description = f.read()

__version__ = "1.0.4"
__version__ = "1.0.5"

setup(
name="flaskoidc",
Expand Down

0 comments on commit dd67cb3

Please sign in to comment.