Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreztz committed Oct 19, 2023
1 parent d107de1 commit f1cb44c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyradios/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
2 changes: 1 addition & 1 deletion tests/test_radio_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1cb44c

Please sign in to comment.