Skip to content
Snippets Groups Projects
Commit 607fc41e authored by Farid Mohammadi's avatar Farid Mohammadi
Browse files

raise the version by one.

parent ab898b05
No related branches found
No related tags found
No related merge requests found
[metadata]
name = bayesvalidrox
version = 0.0.3
version = 0.0.4
author = Farid Mohammadi
author_email = farid.mohammadi@iws.uni-stuttgart.de
description = An open-source, object-oriented Python package for surrogate-assisted Bayesain Validation of computational models.
......
# -*- coding: utf-8 -*-
__version__ = "0.0.3"
__version__ = "0.0.4"
from .pylink.pylink import PyLinkForwardModel
from .surrogate_models.surrogate_models import MetaModel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment