From 7603f100c5ac8dc0b0f370e6c6a8182826d1c7a7 Mon Sep 17 00:00:00 2001 From: Steve Bachmeier Date: Tue, 26 Sep 2023 12:58:06 -0700 Subject: [PATCH] update __about__ --- CHANGELOG.rst | 4 ++++ src/risk_distributions/__about__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6345566..328bebe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +**2.0.13 - 09/26/23** + + - Increment version number + **2.0.12 - 09/26/23** - Address Pandas 2.1 FutureWarnings diff --git a/src/risk_distributions/__about__.py b/src/risk_distributions/__about__.py index b60ca82..d1d87b3 100644 --- a/src/risk_distributions/__about__.py +++ b/src/risk_distributions/__about__.py @@ -13,7 +13,7 @@ __summary__ = "Components for building distributions. Compatible for use with ``vivarium``" __uri__ = "https://github.com/ihmeuw/risk_distributions" -__version__ = "2.0.11" +__version__ = "2.0.13" __author__ = "The risk_distributions developers" __email__ = "vivarium.dev@gmail.com"