Bump version to 1.0.1 in pyproject.toml and __init__.py

This commit is contained in:
Lloyd
2025-10-27 22:09:44 +00:00
parent d95a0819b4
commit 3bb2dca587
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pymc_repeater"
version = "1.0.0"
version = "1.0.1"
authors = [
{name = "Lloyd", email = "lloyd@rightup.co.uk"},
]

View File

@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"