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