From 7070272e356babd0feb8ea88e6f5cc5a1ac1109b Mon Sep 17 00:00:00 2001 From: Zeb Burke-Conte Date: Wed, 25 Oct 2023 08:40:39 -0700 Subject: [PATCH] Release 0.8.0 --- CHANGELOG.rst | 2 +- src/pseudopeople/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2c589624..f711f02b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,4 +1,4 @@ -**0.8.0 - 10/24/23** +**0.8.0 - 10/25/23** - Improve performance of dataset generation functions **0.7.2 - 10/16/23** diff --git a/src/pseudopeople/__about__.py b/src/pseudopeople/__about__.py index 8c024e31..5c03873f 100644 --- a/src/pseudopeople/__about__.py +++ b/src/pseudopeople/__about__.py @@ -13,7 +13,7 @@ __summary__ = "pseudopeople is package which adds noise to simulated census-scale data using standard scientific Python tools." __uri__ = "https://github.com/ihmeuw/pseudopeople" -__version__ = "0.7.2" +__version__ = "0.8.0" __author__ = "The pseudopeople developers" __email__ = "vivarium.dev@gmail.com"