Skip to content

Commit 1fd3c39

Browse files
committed
release: v0.6.2
1 parent 938d9e5 commit 1fd3c39

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.6.1"
3+
version = "0.6.2"
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.6.1"
3+
__version__ = "0.6.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)