From 450e8debc3b0572da3a0ee87dfb69ce5f81df7b8 Mon Sep 17 00:00:00 2001 From: Marcelle <53578688+m-goggins@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:06:10 -0700 Subject: [PATCH] [RELEASE] v1.0.10 (#766) update to v.1.0.10 --- phdi/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phdi/__init__.py b/phdi/__init__.py index 39e0411d5c..9fd0f8dd6a 100644 --- a/phdi/__init__.py +++ b/phdi/__init__.py @@ -1 +1 @@ -__version__ = "1.0.9" +__version__ = "1.0.10" diff --git a/pyproject.toml b/pyproject.toml index 0b3c7a3f49..010de16dd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "phdi" -version = "v1.0.9" +version = "v1.0.10" 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"