Skip to content

Commit

Permalink
[RELEASE] v1.0.12 (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde authored Sep 26, 2023
1 parent ef65130 commit 42d8b8a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion phdi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.11"
__version__ = "1.0.12"
19 changes: 16 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
[tool.poetry]
name = "phdi"
version = "v1.0.11"
version = "v1.0.12"
description = "Public health data infrastructure Building Blocks is a library to help public health departments work with their data"
authors = ["Kenneth Chow <[email protected]>", "Brandon Mader <[email protected]>", "Spencer Kathol <[email protected]>", "Nick Clyde <[email protected]", "Dan Paseltiner <[email protected]>", "Brady Fausett <[email protected]>", "Marcelle Goggins <[email protected]", "Nick Bristow <[email protected]>", "Bryan Britten <[email protected]>", "Emma Stephenson <[email protected]>" , "Gordon Farrell <[email protected]>", "Robert Mitchell <[email protected]>"]
authors = [
"Kenneth Chow <[email protected]>",
"Brandon Mader <[email protected]>",
"Spencer Kathol <[email protected]>",
"Nick Clyde <[email protected]",
"Dan Paseltiner <[email protected]>",
"Brady Fausett <[email protected]>",
"Marcelle Goggins <[email protected]",
"Nick Bristow <[email protected]>",
"Bryan Britten <[email protected]>",
"Emma Stephenson <[email protected]>",
"Gordon Farrell <[email protected]>",
"Robert Mitchell <[email protected]>",
]
homepage = "https://github.com/CDCgov/phdi"
repository = "https://github.com/CDCgov/phdi"
documentation = "https://cdcgov.github.io/phdi"
Expand Down Expand Up @@ -31,7 +44,7 @@ jsonschema = "4.16.0"
rapidfuzz = "^2.13.6"
lxml = "^4.9.2"
detect-delimiter = "^0.1.1"
psycopg2-binary = "^2.9.5"
psycopg2-binary = "^2.9.5"
sqlalchemy = "^2.0.0"
matplotlib = "^3.7.1"
azure-keyvault-secrets = "^4.7.0"
Expand Down

0 comments on commit 42d8b8a

Please sign in to comment.