Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Feb 19, 2024
2 parents 3d3f309 + 6e2ac2b commit c55b8aa
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 @@ -17,7 +17,7 @@ def find_packages():
install_requires = fp.read()
setup(
name="upsonic_on_prem",
version="0.11.0",
version="0.12.0",
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_on_prem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@



__version__ = '0.11.0'
__version__ = '0.12.0'



Expand Down

0 comments on commit c55b8aa

Please sign in to comment.