Release 1.0.0.
[third_party/subunit] / python / subunit / __init__.py
index ca873b37c614b101bbccb4c89854d2a54ff22de9..7f0aa8cd44dae67d93f067ef1245fc2840ab4cff 100644 (file)
@@ -153,7 +153,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__ = (0, 0, 21, 'final', 0)
+__version__ = (1, 0, 0, 'final', 0)
 
 PROGRESS_SET = 0
 PROGRESS_CUR = 1