Skip to content

Commit d84dd4d

Browse files
Increment version and add project url
1 parent 0cbc209 commit d84dd4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
NAME = "onhold"
7-
VERSION = "0.6.4"
7+
VERSION = "0.6.5"
88
LICENSE = "AGPL-3.0"
99

1010
DESC = "🔊 Play music while and after jobs complete"
@@ -28,7 +28,7 @@
2828
description=DESC,
2929
long_description=README,
3030
long_description_content_type="text/markdown",
31-
url="https://alexdelorenzo.dev",
31+
url="https://github.com/alexdelorenzo/onhold",
3232
author=__author__,
3333
license=LICENSE,
3434
packages=[NAME],

0 commit comments

Comments
 (0)