diff --git a/README.rst b/README.rst index 9cdc6b4..daf3204 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -.. image:: https://github.com/sonos/pyFLAC/blob/378f4df189ae43b89f5d1cebd21871501295f0aa/assets/logo-black.png +.. image:: https://sonos.github.io/pyFLAC/assets/logo-black.png :target: https://pyflac.readthedocs.io .. image:: https://github.com/sonos/pyFLAC/actions/workflows/lint.yml/badge.svg diff --git a/pyflac/__init__.py b/pyflac/__init__.py index 08b1a20..509c8c5 100644 --- a/pyflac/__init__.py +++ b/pyflac/__init__.py @@ -10,7 +10,7 @@ # ------------------------------------------------------------------------------ __title__ = 'pyFLAC' -__version__ = '1.0.0' +__version__ = '1.0.1' __all__ = [ 'StreamEncoder', 'FileEncoder', diff --git a/setup.py b/setup.py index 042bfb4..870cc35 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def read(fname): ], }, classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: Apache Software License',