Bump version: 0.4.5 → 0.5.0

This commit is contained in:
Alexander Engelsberger
2021-05-28 16:15:28 +02:00
parent 87334c11e6
commit 0ba09db6fe
5 changed files with 9 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ from . import components, datasets, functions, modules, utils
from .datasets import *
# Core Setup
__version__ = "0.4.5"
__version__ = "0.5.0"
__all_core__ = [
"datasets",