summaryrefslogtreecommitdiff
path: root/subvertpy
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2017-07-17 23:36:55 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2017-07-17 23:36:55 +0000
commitd3a0b00dd44903c860dd76fdc7ff2cddfb5a3586 (patch)
tree179713673ac8dc295e18c42107c6448ec09f7bd7 /subvertpy
parentc866ec48c972baeccbbf1bb2e31c1b7599a30fe9 (diff)
Start on 0.10.1.
Diffstat (limited to 'subvertpy')
-rw-r--r--subvertpy/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subvertpy/__init__.py b/subvertpy/__init__.py
index 592fb2e0..6b0762de 100644
--- a/subvertpy/__init__.py
+++ b/subvertpy/__init__.py
@@ -17,7 +17,7 @@
"""Python bindings for Subversion."""
__author__ = "Jelmer Vernooij <jelmer@jelmer.uk>"
-__version__ = (0, 10, 0)
+__version__ = (0, 10, 1)
NODE_DIR = 2
NODE_FILE = 1