diff --git a/phdi/__init__.py b/phdi/__init__.py index 9fd0f8dd6a..9eb1ebec5b 100644 --- a/phdi/__init__.py +++ b/phdi/__init__.py @@ -1 +1 @@ -__version__ = "1.0.10" +__version__ = "1.0.11" diff --git a/pyproject.toml b/pyproject.toml index 010de16dd0..0c884835e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "phdi" -version = "v1.0.10" +version = "v1.0.11" description = "Public health data infrastructure Building Blocks is a library to help public health departments work with their data" authors = ["Kenneth Chow ", "Brandon Mader ", "Spencer Kathol ", "Nick Clyde ", "Brady Fausett ", "Marcelle Goggins ", "Bryan Britten ", "Emma Stephenson " , "Gordon Farrell ", "Robert Mitchell "] homepage = "https://github.com/CDCgov/phdi"