Skip to content

Commit 5e39512

Browse files
committed
release: v0.5.0
1 parent 3333de6 commit 5e39512

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.4.0"
3+
version = "0.5.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.4.0"
3+
__version__ = "0.5.0"

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)