Skip to content

Commit

Permalink
Changed version number with v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Nov 18, 2023
1 parent e76b173 commit 6723e9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 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.4.15",
version="0.5.0",
description="""Magic Cloud Layer""",
long_description="".join(open("README.md", encoding="utf-8").readlines()),
long_description_content_type="text/markdown",
Expand All @@ -21,3 +21,4 @@
zip_safe=False,
)


3 changes: 2 additions & 1 deletion upsonic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

open_databases = {}

__version__ = '0.4.15'
__version__ = '0.5.0'



0 comments on commit 6723e9c

Please sign in to comment.