Skip to content

Commit

Permalink
Update version number, update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlodek committed May 26, 2020
1 parent 05ee65f commit fdeb9f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ files.txt
dist/
*.log
markdoc/
npdoc2md/
npdoc2md/
venv/
4 changes: 2 additions & 2 deletions pyautogit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


# Module version + copyright
__version__ = '0.0.4'
__version__ = '0.0.5'
__copyright__ = '2019-2020'


Expand Down Expand Up @@ -616,4 +616,4 @@ def get_welcome_message(self):
welcome = welcome + '\nAlso, to set a default editor (that can open files and dirs),\npress "e".\n'
welcome = welcome + '\nIf you encounter issues, please make a ticket on the github page,\nand if you enjoy pyautogit,'
welcome = welcome + 'feel free to give\nit a star or a sponsorship.\n\nIf you would like to contribute, feel free to do so as well!'
return welcome
return welcome
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def run(self):

setup(
name="pyautogit",
version="0.0.4",
version="0.0.5",
author="Jakub Wlodek",
author_email="jwlodek.dev@gmail.com",
description="A command line interface for working with git written in python with the help of py_cui.",
Expand Down Expand Up @@ -54,4 +54,4 @@ def run(self):
'Programming Language :: Python :: 3.8',
],

)
)

0 comments on commit fdeb9f9

Please sign in to comment.