Skip to content

Commit

Permalink
Merge pull request #99 from TheJacksonLaboratory/task/release-v-0-1-0
Browse files Browse the repository at this point in the history
Releasing version v0.10.0
  • Loading branch information
bergsalex authored Sep 27, 2024
2 parents bc5d457 + 876666f commit abe2f1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geneweaver-api"
version = "0.10.0a0"
version = "0.10.0"
description = "The Geneweaver API"
authors = [
"Alexander Berger <alexander.berger@jax.org>",
Expand All @@ -20,7 +20,7 @@ python = "^3.9"
geneweaver-core = "^0.10.0a3"
fastapi = {extras = ["all"], version = "^0.115.0"}
uvicorn = {extras = ["standard"], version = "^0.30.0"}
geneweaver-db = "0.5.0a21"
geneweaver-db = "^0.5.0"
psycopg-pool = "^3.1.7"
requests = "^2.32.3"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
Expand Down

0 comments on commit abe2f1f

Please sign in to comment.