Skip to content

Commit

Permalink
chore(release): 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Nov 18, 2024
1 parent a11cd95 commit 2aa86a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyanilist"
version = "0.6.0"
version = "0.6.1"
description = "A Python wrapper for the AniList API"
authors = [{ name = "Ravencentric", email = "[email protected]" }]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions src/pyanilist/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ class Version(NamedTuple):
micro: int


__version__ = "0.6.0"
__version_tuple__ = Version(0, 6, 0)
__version__ = "0.6.1"
__version_tuple__ = Version(0, 6, 1)
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2aa86a7

Please sign in to comment.