diff --git a/.conda/arm64/meta.yaml b/.conda/arm64/meta.yaml index e964043..0392256 100644 --- a/.conda/arm64/meta.yaml +++ b/.conda/arm64/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2.2.3" %} +{% set version = "2.3.0" %} package: name: "proteinflow" version: {{ version }} diff --git a/.conda/default/meta.yaml b/.conda/default/meta.yaml index f1b7794..693046e 100644 --- a/.conda/default/meta.yaml +++ b/.conda/default/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2.2.3" %} +{% set version = "2.3.0" %} package: name: "proteinflow" version: {{ version }} diff --git a/pyproject.toml b/pyproject.toml index 114edaa..40620f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "proteinflow" -version = "2.2.3" +version = "2.3.0" authors = [ {name = "Liza Kozlova", email = "liza@adaptyvbio.com"}, {name = "Arthur Valentin", email = "arthur@adaptyvbio.com"}