diff --git a/gites/subpackage/git_push_manager.py b/gites/subpackage/git_push_manager.py index ef15f8f..574464d 100644 --- a/gites/subpackage/git_push_manager.py +++ b/gites/subpackage/git_push_manager.py @@ -127,7 +127,7 @@ def lpush(self): continue # type: ignore print(f"Commit successful. Output:\n{stdout}") - # Git push origin main + # Git push origin main - push_command = ["git", "push", "origin", "main"] _, push_output = run(push_command, loc=repo) # Case 3: if there is any error returning code diff --git a/setup.py b/setup.py index afd2262..bfd2344 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='gites', - version='0.3.9', + version='0.4.0', description='gites is the home of all developers. It provides bulk clone, bulk push, bulk pull etc. Contact me with my discord ID: pakkin.lau', long_description=open('README.md').read(), long_description_content_type='text/markdown',