From f1cb44c0c0621e728f099c1ffa2d8a00e52561a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=2E=20Santos?= Date: Thu, 19 Oct 2023 00:36:20 -0300 Subject: [PATCH] Bump version to 2.0.0 --- pyradios/__init__.py | 2 +- tests/test_radio_browser.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyradios/__init__.py b/pyradios/__init__.py index c0595ea..f579729 100644 --- a/pyradios/__init__.py +++ b/pyradios/__init__.py @@ -4,7 +4,7 @@ from pyradios.facets import RadioFacets # warning: setup.py assumes strict single quotes on the line below -__version__ = '1.0.2' +__version__ = '2.0.0' __all__ = ["RadioBrowser", "RadioFacets"] diff --git a/tests/test_radio_browser.py b/tests/test_radio_browser.py index a3e4f40..1bd939c 100644 --- a/tests/test_radio_browser.py +++ b/tests/test_radio_browser.py @@ -17,7 +17,7 @@ def pick_random_station(rb, **params): def test_version(): - assert version == "1.0.2" + assert version == '2.0.0' @pytest.fixture