diff --git a/resources/releases/spodcast-0.3.2.tar.gz b/resources/releases/spodcast-0.3.2.tar.gz new file mode 100644 index 0000000..98d7c36 Binary files /dev/null and b/resources/releases/spodcast-0.3.2.tar.gz differ diff --git a/setup.py b/setup.py index da666cc..d693317 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ README = (HERE / "README.md").read_text() # This call to setup() does all the work setup( name="spodcast", - version="0.3.1", + version="0.3.2", description="A caching Spotify podcast to RSS proxy.", long_description='README.md', long_description_content_type="text/markdown",