Skip to content

Commit b05bd69

Browse files
committed
release: 0.4.0
1 parent dea7835 commit b05bd69

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 = "seadex"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Python wrapper for the SeaDex API"
55
authors = [{ name = "Ravencentric", email = "[email protected]" }]
66
readme = "README.md"

src/seadex/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "0.3.0"
3+
__version__ = "0.4.0"

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)