aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ddca93b..4e82d1d 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ def subdir_contents(path):
setup(
name = "gitosis",
- version = "0.1",
+ version = "0.2",
packages = find_packages(),
author = "Tommi Virtanen",