Skip to content

Commit a505a53

Browse files
Merge pull request #68 from michealroberts/chore/version
chore: bump package version to 0.9.0 in pyproject.toml and workspace
2 parents e913697 + e1ea03f commit a505a53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "samps"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
description = "A hypermodern, type-safe, zero-dependency python library for serial port I/O access"
55
authors = [{ name = "michealroberts", email = "michael@observerly.com" }]
66
keywords = [

src/samps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# **************************************************************************************
4343

44-
__version__ = "0.8.0"
44+
__version__ = "0.9.0"
4545

4646
# **************************************************************************************
4747

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)