change version to having separate tuple entries for each

This commit is contained in:
Steven Robertson 2021-01-30 23:39:26 -08:00
parent db354df331
commit a71a2915b8
1 changed files with 1 additions and 1 deletions

View File

@ -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