Skip to content

Commit

Permalink
fix: some stuffs in code
Browse files Browse the repository at this point in the history
  • Loading branch information
lpmatos committed Jul 29, 2020
1 parent 44e81c6 commit 745cdb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gitlabrc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

VERSION = (1, 0, 1)
VERSION = (1, 1, 0)

__version__ = ".".join(map(str, VERSION))
6 changes: 1 addition & 5 deletions gitlabrc/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@
from .cli import main

if __name__ == "__main__":
try:
main()
except KeyboardInterrupt:
print("Keyboard Interrupted - CTRL + C")
exit()
main()
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.0.0",
"author": "Lucca Pessoa da Silva Matos",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 745cdb2

Please sign in to comment.