Skip to content

Commit 476d538

Browse files
committed
bump version
1 parent 6224836 commit 476d538

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

librespot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
class Version:
9-
version_name = "0.0.7"
9+
version_name = "0.0.8"
1010

1111
@staticmethod
1212
def platform() -> Platform:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import setuptools
22

33
setuptools.setup(name="librespot",
4-
version="0.0.7",
4+
version="0.0.8",
55
description="Open Source Spotify Client",
66
long_description=open("README.md").read(),
77
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)