Skip to content

Commit

Permalink
Changed version number with v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Dec 27, 2023
1 parent 389ff2b commit b959013
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_update",
version="0.4.4",
version="0.4.5",
description="""The cloud updating system for your python applications !""",
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_update/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .upsonic_update import Upsonic_Update
__version__ = '0.4.4'
__version__ = '0.4.5'


0 comments on commit b959013

Please sign in to comment.