Skip to content

Commit

Permalink
Update downloader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amoh-godwin authored Jan 3, 2025
1 parent 04fb248 commit aab1388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def replace_setup_file_version():
sta = '"Development Status :: 5 - Production/Stable"'
bta = '"Development Status :: 4 - Beta"'

# Version will be in format v2.4.2.20-beta.3-windows
# or v2.4.2.20-windows
ver = version.split('-')[0]
ver = ver.replace('v', '')

Expand Down

0 comments on commit aab1388

Please sign in to comment.