summaryrefslogtreecommitdiff
path: root/python/subunit
diff options
context:
space:
mode:
Diffstat (limited to 'python/subunit')
-rw-r--r--python/subunit/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/subunit/__init__.py b/python/subunit/__init__.py
index 5e318c1..b3cf3b0 100644
--- a/python/subunit/__init__.py
+++ b/python/subunit/__init__.py
@@ -150,7 +150,7 @@ from subunit.v2 import ByteStreamToStreamResult, StreamResultToBytes
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
# Otherwise it is major.minor.micro~$(revno).
-__version__ = (1, 4, 2, 'final', 0)
+__version__ = (1, 4, 3, 'dev', 0)
PROGRESS_SET = 0
PROGRESS_CUR = 1