aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgiti2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/giti b/giti
index ed9c8be..4f3cdae 100755
--- a/giti
+++ b/giti
@@ -5,7 +5,7 @@ import sys
import requests
__author__ = 'Victor Häggqvist'
-__version__ = '0.2'
+__version__ = '0.2.2'
def repo_url(kind: str, global_dir=False) -> str:
diff --git a/setup.py b/setup.py
index 8a1e5b1..99b637f 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='giti',
- version='0.2.0',
+ version='0.2.2',
packages=[],
url='https://github.com/victorhaggqvist/giti',
scripts=['giti'],