dplocki / podcast-downloader

The Python script for downloading new mp3 from RSS given channels
GNU General Public License v3.0
115 stars 14 forks source link

pip3 install podcast_downloader installs not-latest version #16

Closed BNolet closed 2 years ago

BNolet commented 2 years ago

Describe the bug Wrong version of podcast_downloader is installed

To Reproduce Steps to reproduce the behavior:

  1. Run pip3 install podcast_downloader or python3 -m pip install podcast_downloader
  2. Run pip3 show podcast_downloader
  3. Observe version installed is 0.1.1

Expected behavior Version of install to be 0.2.0 or latest

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Originally thought this was an issue with the app itself, but realized I didn't actually have the latest version of the package

dplocki commented 2 years ago

Now, the new version should be available: https://pypi.org/manage/project/podcast-downloader/releases/

dplocki commented 2 years ago

Closing :)