From e1ea03f42255813d74c460e5c70dfc248d3dcb86 Mon Sep 17 00:00:00 2001 From: michealroberts Date: Mon, 1 Dec 2025 14:12:35 +0000 Subject: [PATCH] chore: bump package version to 0.9.0 in pyproject.toml and workspace chore: bump package version to 0.9.0 in pyproject.toml and workspace --- pyproject.toml | 2 +- src/samps/__init__.py | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b9a012..2f29491 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "samps" -version = "0.8.0" +version = "0.9.0" description = "A hypermodern, type-safe, zero-dependency python library for serial port I/O access" authors = [{ name = "michealroberts", email = "michael@observerly.com" }] keywords = [ diff --git a/src/samps/__init__.py b/src/samps/__init__.py index 2a4c2d9..fb85fb3 100644 --- a/src/samps/__init__.py +++ b/src/samps/__init__.py @@ -41,7 +41,7 @@ # ************************************************************************************** -__version__ = "0.8.0" +__version__ = "0.9.0" # ************************************************************************************** diff --git a/uv.lock b/uv.lock index 7232741..f44c1fc 100644 --- a/uv.lock +++ b/uv.lock @@ -357,7 +357,7 @@ wheels = [ [[package]] name = "samps" -version = "0.8.0" +version = "0.9.0" source = { editable = "." } [package.dev-dependencies]