Version 0.2.0
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
6adbf64a7f
commit
d81c7865a6
1 changed files with 2 additions and 2 deletions
|
@ -14,5 +14,5 @@
|
|||
See the file LICENSE for copying permission.
|
||||
"""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__version_info__ = (0, 1, 0)
|
||||
__version__ = "0.2.0"
|
||||
__version_info__ = (0, 2, 0)
|
||||
|
|
Loading…
Reference in a new issue