From 4a79b96d785dbab11cc768787e332be4d9c89144 Mon Sep 17 00:00:00 2001 From: Marcelle <53578688+m-goggins@users.noreply.github.com> Date: Thu, 26 Oct 2023 07:46:09 -0400 Subject: [PATCH] [RELEASE] v1.1.0 (#889) * bump to minor version --- 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 b19b12ea3a..6849410aae 100644 --- a/phdi/__init__.py +++ b/phdi/__init__.py @@ -1 +1 @@ -__version__ = "1.0.14" +__version__ = "1.1.0" diff --git a/pyproject.toml b/pyproject.toml index 6b54a6895c..af5c623ea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "phdi" -version = "v1.0.14" +version = "v1.1.0" description = "Public health data infrastructure Building Blocks is a library to help public health departments work with their data" authors = [ "Kenneth Chow ",