Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkroot committed Jun 22, 2024
1 parent f584d96 commit 330996b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trakt-scrobbler"
version = "1.6.3"
version = "1.7.0-beta.1"
description = "Scrobbler for trakt.tv that supports VLC, Plex, MPC-HC, and MPV"
authors = ["iamkroot <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -53,5 +53,5 @@ reportImplicitStringConcatenation = false

[tool.black]
line-length = 88
target-version = ['py38']
target-version = ['py312']
skip-string-normalization = true
2 changes: 1 addition & 1 deletion trakt_scrobbler/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.3"
__version__ = "1.7.0-beta.1"

0 comments on commit 330996b

Please sign in to comment.