Skip to content

Commit

Permalink
update version and release date [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
DhanshreeA authored and ersilia-bot committed Feb 1, 2025
1 parent 0d02002 commit d950091
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors:
given-names: Miquel
orcid: https://orcid.org/0000-0002-9906-6936
title: 'Ersilia Model Hub: a repository of AI/ML models for neglected tropical diseases'
version: 0.1.40
version: 0.1.41
doi: 10.5281/zenodo.7274645
date-released: ''
url: https://github.com/ersilia-os/ersilia
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"givenName": "Miquel"
}
],
"codeRepository": "https://github.com/ersilia-os/ersilia/v0.1.40",
"codeRepository": "https://github.com/ersilia-os/ersilia/v0.1.41",
"dateCreated": "2021-01-01",
"dateModified": "2024-10-01",
"datePublished": "2022-10-06",
Expand Down Expand Up @@ -221,7 +221,7 @@
],
"url": "https://ersilia.io",
"downloadUrl": "https://github.com/ersilia-os/ersilia/archive/refs/tags/v0.1.37.tar.gz",
"version": "0.1.40",
"version": "0.1.41",
"relatedLink": "https://ersilia.gitbook.io",
"developmentStatus": "active",
"issueTracker": "https://github.com/ersilia-os/ersilia/issues"
Expand Down
2 changes: 1 addition & 1 deletion ersilia/_static_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.1.40"
version = "0.1.41"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ersilia"
version = "0.1.40"
version = "0.1.41"
description = "A hub of AI/ML models for open source drug discovery and global health"
license = "GPLv3"
authors = ["Ersilia Open Source Initiative <hello@ersilia.io>"]
Expand Down Expand Up @@ -40,7 +40,7 @@ emoji = "^2.8.0"
validators = [{ version = "~0.21.0", python = ">=3.8" }]
psutil = ">=5.9.0"
h5py = "^3.7.0" # For compatibility with isaura
loguru = "^0.6.0" # For compatibility with isaura
loguru = ">=0.7.0" # For compatibility with isaura
PyYAML = "^6.0.1"
dockerfile-parse = "^2.0.1"
tqdm = "^4.66.1"
Expand All @@ -52,7 +52,7 @@ numpy = "<=1.26.4"
aiofiles = "<=24.1.0"
aiohttp = ">=3.10.11"
nest_asyncio = "<=1.6.0"
isaura = { version = "0.1.40", optional = true }
isaura = { version = "0.1.41", optional = true }
pytest = { version = "^7.4.0", optional = true }
pytest-asyncio = { version = "<=0.24.0", optional = true }
pytest-benchmark = { version = "<=4.0.0", optional = true }
Expand Down

0 comments on commit d950091

Please sign in to comment.