diff --git a/mitogen/__init__.py b/mitogen/__init__.py index 21a9eda7..3c5b997f 100644 --- a/mitogen/__init__.py +++ b/mitogen/__init__.py @@ -35,7 +35,7 @@ be expected. On the slave, it is built dynamically during startup. #: Library version as a tuple. -__version__ = (0, 3, "0-rc.0") +__version__ = (0 , 3, 0, 'rc', 0) #: This is :data:`False` in slave contexts. Previously it was used to prevent