summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-04-04 02:48:11 +0200
committerJelmer Vernooij <jelmer@samba.org>2012-04-04 02:48:11 +0200
commitc0256d917a843aeeb08d682b3ab42392b4645579 (patch)
treeff3945ac81015eef78f1f99ec80e803813898631 /setup.py
parenta45938b6eecbc75c3965005b5f62c96cd9a23240 (diff)
downloadpython-fastimport-git-c0256d917a843aeeb08d682b3ab42392b4645579.tar.gz
Start on 0.9.3.
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 0787e92..259b4fa 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from distutils.core import setup
-version = "0.9.2"
+version = "0.9.3dev"
setup(name="fastimport",
description="VCS fastimport/fastexport parser",