Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelorenzo committed Jul 8, 2021
1 parent 018d4af commit cfe02f8
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
Expand Up @@ -8,7 +8,7 @@
[tool]
[tool.poetry]
name = "mpris_server"
version = "0.4.1"
version = "0.4.3"
description = "Publish a MediaPlayer2 MPRIS device to D-Bus."
license = "AGPL-3.0"
homepage = "https://alexdelorenzo.dev"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name="mpris_server",
version='0.4.2',
version='0.4.3',
description="Publish a MediaPlayer2 MPRIS device to D-Bus.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit cfe02f8

Please sign in to comment.