Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjinliu committed Jan 8, 2025
1 parent ebabc55 commit 48f48ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling"]
requires = ["hatchling>=1.26.1"]
build-backend = "hatchling.build"

[project]
Expand Down
2 changes: 1 addition & 1 deletion whitecanvas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.3"
__version__ = "0.3.4"

from whitecanvas import theme
from whitecanvas.canvas import link_axes
Expand Down

0 comments on commit 48f48ca

Please sign in to comment.