Skip to content

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Jul 6, 2024
1 parent cccbe84 commit 25eae1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Run tests and generate coverage
run: |
poetry run coverage run -m pytest
poetry run coverage run -m pytest -vv
poetry run coverage xml
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyanilist"
version = "0.4.1"
version = "0.5.0"
description = "Simple AniList API wrapper to fetch media data"
authors = ["Raventric <me@ravencentric.cc>"]
license = "Unlicense"
Expand Down

0 comments on commit 25eae1a

Please sign in to comment.