aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-10-15 14:11:45 +0200
committerVictor Häggqvist <[email protected]>2015-10-15 14:11:45 +0200
commit2593794544c78ad89b1ac67576191bddad1a8f15 (patch)
treea6c82ba74c729324a871134d2b9c952553fddc3b /setup.py
parent63649eadf599e2164d05fca6c4dd7559a092af28 (diff)
bump version
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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'],