Skip to content

Commit

Permalink
Changed version number to v0.30.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Sep 19, 2024
1 parent 0cb2661 commit 3260755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
install_requires = fp.read()
setup(
name="upsonic",
version="0.30.2",
version="0.30.7",
description="""Magic Cloud Layer""",
long_description="".join(open("README.md", encoding="utf-8").readlines()),
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion upsonic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@

open_databases = {}

__version__ = '0.30.2' # fmt: skip
__version__ = '0.30.7' # fmt: skip

0 comments on commit 3260755

Please sign in to comment.