Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkroot committed Aug 19, 2021
1 parent 6441901 commit 08f9608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "trakt-scrobbler"
version = "1.3.0-beta.2"
version = "1.3.0"
description = "Scrobbler for trakt.tv that supports VLC, Plex, MPC-HC, and MPV"
authors = ["iamkroot <kroot.patel@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion trakt_scrobbler/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.0-beta.2"
__version__ = "1.3.0"

0 comments on commit 08f9608

Please sign in to comment.