Skip to content

Commit 1a4c30f

Browse files
committed
release: 0.7.1
1 parent 29bbea5 commit 1a4c30f

File tree

3 files changed

+484
-484
lines changed

3 files changed

+484
-484
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.7.0"
3+
version = "0.7.1"
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.7.0"
3+
__version__ = "0.7.1"

0 commit comments

Comments
 (0)