From 9492f69d105ba6278e111888c95fc92c5b0dbe2b Mon Sep 17 00:00:00 2001 From: Timothy Nunn Date: Fri, 7 Nov 2025 15:45:31 +0000 Subject: [PATCH] Upversion to 1.0.1 --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7c97b22..54538a4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -11,7 +11,7 @@ author = "Timothy Nunn" # The full version, including alpha/beta/rc tags -release = "1.0.0" +release = "1.0.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 2da4628..e1f5ae4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [project] name = "hards" -version = "1.0.0" +version = "1.0.1" description = "Extensible interface for managing hierarchical arbitrary data storage." authors = [{ name = "Timothy Nunn", email = "timothy.nunn@ukaea.uk" }] requires-python = ">=3.10"