diff --git a/.conda/arm64/meta.yaml b/.conda/arm64/meta.yaml index 1db5979..3022c99 100644 --- a/.conda/arm64/meta.yaml +++ b/.conda/arm64/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2.7.0" %} +{% set version = "2.8.0" %} package: name: "proteinflow" version: {{ version }} diff --git a/.conda/default/meta.yaml b/.conda/default/meta.yaml index 2555f14..a9ddea0 100644 --- a/.conda/default/meta.yaml +++ b/.conda/default/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2.7.0" %} +{% set version = "2.8.0" %} package: name: "proteinflow" version: {{ version }} diff --git a/pyproject.toml b/pyproject.toml index 58a606c..c6f2af8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "proteinflow" -version = "2.7.0" +version = "2.8.0" authors = [ {name = "Liza Kozlova", email = "liza@adaptyvbio.com"}, ]