Bump version to 0.3.0

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-12-29 01:55:32 +01:00
parent 4ee6b424dd
commit 6675ab631c
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -9,5 +9,5 @@
See the file LICENSE for copying permission.
"""
__version__ = "0.2.0"
__version_info__ = (0, 2, 0)
__version__ = "0.3.0"
__version_info__ = (0, 3, 0)