Skip to content

Commit 569e040

Browse files
author
Witte, Julius
committed
bump: version 0.1.0 → 0.1.1
1 parent 4a451ef commit 569e040

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.1.1 (2025-01-15)
2+
3+
### Fix
4+
5+
- set model config for every class
6+
17
## v0.1.0 (2025-01-13)
28

39
### Feat

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![release: 0.1.0](https://img.shields.io/badge/rel-0.1.0-blue.svg?style=flat-square)](https://github.com/LeibnizDSMZ/microbial-data-standard)
1+
[![release: 0.1.1](https://img.shields.io/badge/rel-0.1.1-blue.svg?style=flat-square)](https://github.com/LeibnizDSMZ/microbial-data-standard)
22
[![MIT LICENSE](https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat-square)](https://choosealicense.com/licenses/mit/)
33
[![Documentation Status](https://img.shields.io/badge/docs-GitHub-blue.svg?style=flat-square)](https://LeibnizDSMZ.github.io/microbial-data-standard/)
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ packages = [
7878
]
7979
readme = "README.md"
8080
repository = "https://gitlab.int.dsmz.de/bioindustry-4/microbial_strain_data_model"
81-
version = "0.1.0"
81+
version = "0.1.1"
8282

8383
[tool.poetry.dependencies]
8484
anytree = ">=2.12, <3"

0 commit comments

Comments
 (0)