From 53bedc869261081efd594c796aa2dbf81cf313a5 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 15 Jun 2021 10:29:06 -0400 Subject: [PATCH] chore: bump version to 0.3.0 (#34) --- pyproject.toml | 2 +- src/uhi/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 132a15b..9414261 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uhi" -version = "0.2.1" +version = "0.3.0" description = "Unified Histogram Interface: tools to help library authors work with histograms" authors = [ "Henry Schreiner ", diff --git a/src/uhi/__init__.py b/src/uhi/__init__.py index 3ced358..493f741 100644 --- a/src/uhi/__init__.py +++ b/src/uhi/__init__.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.3.0"