From 8a41327b33599343698a26920da1f16cc05668f5 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 29 Jan 2021 09:32:18 -0500 Subject: [PATCH] bump: correct PyPI information --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8ec56f3..b52d00b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "uhi" -version = "0.1.0" -description = "Unified Histogram Indexing" +version = "0.1.1" +description = "Unified Histogram Interface: tools to help library authors work with histograms" authors = [ "Henry Schreiner ", "Hans Dembinski ", @@ -12,6 +12,7 @@ maintainers = [ ] homepage = "https://github.com/Scikit-HEP/uhi" repository = "https://github.com/Scikit-HEP/uhi" +readme = "README.md" license = "BSD-3-Clause" classifiers = [