diff options
author | Jelmer Vernooij <jelmer@jelmer.uk> | 2023-02-10 17:52:12 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@jelmer.uk> | 2023-02-10 17:52:12 +0000 |
commit | ba3d4d333c588157fb92c4a9aa5b6bcae3fe09f3 (patch) | |
tree | 30153a3056e9815d474ce430b4a81d65f83f4313 /python | |
parent | e40507dfb292de805fcbd125594579c40e5165a8 (diff) | |
download | subunit-git-master.tar.gz |
Diffstat (limited to 'python')
-rw-r--r-- | python/subunit/__init__.py | 2 |
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 |