Skip to content

Commit fb059c6

Browse files
committed
Bump version to 0.9.2
1 parent b6ae8c0 commit fb059c6

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.1"
3+
version = "0.9.2"
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
@@ -17,4 +17,4 @@
1717

1818
import tesserax.physics as physics
1919

20-
__version__ = "0.9.1"
20+
__version__ = "0.9.2"

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)