Skip to content

Commit 9ae5877

Browse files
committed
Bump version to 0.9.3
1 parent ec89c24 commit 9ae5877

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 = "tesserax"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
description = "A pure-Python library for rendering professional CS graphics."
55
readme = "README.md"
66
authors = [

src/tesserax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
import tesserax.physics as physics
2020

21-
__version__ = "0.9.2"
21+
__version__ = "0.9.3"

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)