Skip to content

Commit

Permalink
bump: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiro committed Apr 22, 2023
1 parent 0adb265 commit 3995f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "spotify-to-musi"
description = "Transfer Spotify playlists to Musi."
version = "2.0.0rc4"
version = "2.0.0"
readme = "README.md"
license = "MIT"
authors = ["Hexiro <mail@hexiro.me>"]
Expand All @@ -13,7 +13,6 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down
2 changes: 1 addition & 1 deletion spotify_to_musi/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def wrapper(*args: t.Any, **kwargs: t.Any) -> t.Any:
# Set the policy to prevent "Event loop is closed" error on Windows - https://github.com/encode/httpx/issues/914
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
elif sys.platform == "linux":
import uvloop
import uvloop # type: ignore

uvloop.install()

Expand Down

0 comments on commit 3995f14

Please sign in to comment.