From 92793ef425f8ba50ffc9f6918b1241a6356d8cf1 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Mon, 23 Oct 2023 16:53:37 -0400 Subject: [PATCH] Version update --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index b266be03..81964968 100644 --- a/poetry.lock +++ b/poetry.lock @@ -569,13 +569,13 @@ files = [ [[package]] name = "foursight-core" -version = "5.0.0.1b11" +version = "5.0.0.1b12" description = "Serverless Chalice Application for Monitoring" optional = false python-versions = ">=3.8,<3.12" files = [ - {file = "foursight_core-5.0.0.1b11-py3-none-any.whl", hash = "sha256:9ba118a2dc0fcee84306962303c6d331f7c0512650a316159e1e8900ca2062c3"}, - {file = "foursight_core-5.0.0.1b11.tar.gz", hash = "sha256:468741f3099ee67975f7daf10f930dfe382007e19d8dafa141cd8b76b35304c2"}, + {file = "foursight_core-5.0.0.1b12-py3-none-any.whl", hash = "sha256:091eb97d74977921d8b010575742bd8731ed176af1c69f390d0074516922209f"}, + {file = "foursight_core-5.0.0.1b12.tar.gz", hash = "sha256:44810fea7d6ec455ab85117ad0c534259195be4241b91dcc78884df155165fb8"}, ] [package.dependencies] @@ -1843,4 +1843,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "e215ada87af30303b56616bbee98da3a387e4a4f44b5c1a19ca863d074e1c82f" +content-hash = "b13b797c9ed924986a080f4ee9a36e758a7eaef137bfed056564d8cb604fac98" diff --git a/pyproject.toml b/pyproject.toml index f677324f..3e200bb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "foursight-cgap" -version = "4.0.0.1b11" # TODO: To become 4.1.0 +version = "4.0.0.1b12" # TODO: To become 4.1.0 description = "Serverless Chalice Application for Monitoring" authors = ["4DN-DCIC Team "] license = "MIT" @@ -27,7 +27,7 @@ pytz = "^2020.1" magma-suite = "^2.0.0" tibanna-ff = "^3.1.1" MarkupSafe = "^2.1.3" -foursight-core = "5.0.0.1b11" +foursight-core = "5.0.0.1b12" # use below for tests but not for deployment #foursight-core = { git = "https://github.com/4dn-dcic/foursight-core.git", branch="core2" } #portal-pipeline-utils = "2.1.0.1b1"