Skip to content

Commit

Permalink
v.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GiorgosXou committed Nov 15, 2024
1 parent 44eab4c commit 3b29a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hexapterygon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@



__version__ = '1.0.6'
__version__ = '1.1.0'
def get_global_server_repo(): return g.SERVER_REPO
def set_global_server_repo(value): g.SERVER_REPO = value
def set_github_token (value): g.GIT = Github(login_or_token=value)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="hexapterygon",
version="1.0.6",
version="1.1.0",
description="A user-friendly all-in-one cross-platform, (uni-curses compatible component, module and uitility) software for orchestrating and debloating your Android devices from unwanted pre-installed crap.",
#long_description=readfile('README.md'),
author="George Chousos",
Expand Down

0 comments on commit 3b29a32

Please sign in to comment.