BlityPy: bump to 0.3.0

This commit is contained in:
frennkie 2020-07-19 10:38:04 +01:00
parent 2de15466d9
commit 9eb7e3eab2
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.3.0] - 2020-07-19
### Added
- add BlitzError Class
## [0.2.0] - 2020-05-23
### Added
- add write() to BlitzPy config Classes

View File

@ -4,5 +4,5 @@
# 3) we can import it into your module module
"""
__version_info__ = ('0', '2', '0')
__version_info__ = ('0', '3', '0')
__version__ = '.'.join(__version_info__)