bump version

This commit is contained in:
2023-02-19 13:20:09 +01:00
parent 1f1d7ab62a
commit c40db0c10d
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -8,4 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
# [v0.3.0]
- Description parser is now more generic and parses a list of meta informations.
- Added support for skip directive when parsing meta information.
# [v0.2.0]
- Remove `logging` module and move to more pythonic logging usage.
+2 -2
View File
@@ -1,5 +1,5 @@
__version__ = "0.2.0"
__version__ = "0.3.0"
VERSION_MAJOR = 0
VERSION_MINOR = 1
VERSION_MINOR = 3
VERSION_REVISION = 0