From 38a2348a86b191e7410432a1cbc7afb99b3d5d52 Mon Sep 17 00:00:00 2001 From: m-goggins Date: Thu, 20 Jun 2024 13:58:52 -0700 Subject: [PATCH] bump 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 ac329c9b33..4963389e5b 100644 --- a/phdi/__init__.py +++ b/phdi/__init__.py @@ -1 +1 @@ -__version__ = "1.4.7" +__version__ = "1.4.8" diff --git a/pyproject.toml b/pyproject.toml index fc2004b1e2..eaa2a2158f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "phdi" -version = "v1.4.7" +version = "v1.4.8" description = "Public health data infrastructure Building Blocks is a library to help public health departments work with their data" authors = [ "Kenneth Chow ",