diff --git a/.gitignore b/.gitignore index 443e478..39d0f9b 100644 --- a/.gitignore +++ b/.gitignore @@ -16,5 +16,4 @@ song_info.txt sound_vis_cache/ gui_helper.py **/*.spotdl -dist/** profile.* \ No newline at end of file diff --git a/dist/maestro_music-2.0.1-py3-none-any.whl b/dist/maestro_music-2.0.1-py3-none-any.whl new file mode 100644 index 0000000..e92919d Binary files /dev/null and b/dist/maestro_music-2.0.1-py3-none-any.whl differ diff --git a/dist/maestro_music-2.0.1.tar.gz b/dist/maestro_music-2.0.1.tar.gz new file mode 100644 index 0000000..423047d Binary files /dev/null and b/dist/maestro_music-2.0.1.tar.gz differ diff --git a/maestro/__version__.py b/maestro/__version__.py index 6252c50..d2ecb0d 100644 --- a/maestro/__version__.py +++ b/maestro/__version__.py @@ -1 +1 @@ -VERSION = "2.0.0" \ No newline at end of file +VERSION = "2.0.1" \ No newline at end of file