From 2541846bf5dee3b8013dffdee4e3c4ad5c4cfd07 Mon Sep 17 00:00:00 2001 From: Robert Mitchell Date: Tue, 20 Feb 2024 15:38:53 -0800 Subject: [PATCH] [RELEASE] v1.1.12 (#1345) --- 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 8d7046afcc..004132dfe6 100644 --- a/phdi/__init__.py +++ b/phdi/__init__.py @@ -1 +1 @@ -__version__ = "1.1.11" +__version__ = "1.1.12" diff --git a/pyproject.toml b/pyproject.toml index f84d438e0c..cd03867109 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "phdi" -version = "v1.1.11" +version = "v1.1.12" description = "Public health data infrastructure Building Blocks is a library to help public health departments work with their data" authors = [ "Kenneth Chow ",