summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2021-04-11 21:40:07 +0100
committerJelmer Vernooij <jelmer@jelmer.uk>2021-04-11 21:40:07 +0100
commitfb275c62f2aac81ca8d8034d4eef2cd0fa63b8ce (patch)
tree6dfc0473113f30cc1a08d61db206d0f910a2fdac /setup.py
parent08d0afbf1fd083046487abc0a0c7a86b8feac10d (diff)
downloadpython-fastimport-git-fb275c62f2aac81ca8d8034d4eef2cd0fa63b8ce.tar.gz
Release 0.9.10.fastimport-0.9.10
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 9e86117..545931b 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup
-version = "0.9.9"
+version = "0.9.10"
setup(name="fastimport",
description="VCS fastimport/fastexport parser",