Skip to content

Commit

Permalink
👨‍🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
yemreak committed Feb 21, 2020
1 parent 68e5539 commit 06ad52e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

README_PATH = "docs/README.md"
DYNAMIC_VERSION = False
VERSION = "2.7.3"
VERSION = "2.7.4"

if DYNAMIC_VERSION:
version = ""
Expand All @@ -28,7 +28,7 @@
author_email="[email protected]",
license='Apache Software License 2.0',
url='https://github.com/yedhrab/YPackage',
download_url=f'https://github.com/yedhrab/YPackage/archive/{version}.tar.gz',
download_url=f"https://github.com/yedhrab/YPackage/releases/download/{VERSION}/ypackage-{VERSION}-py3-none-any.whl",
keywords=[
'ypackage', 'yedhrab', 'yemreak', 'gitbook', 'github',
'google-search', "google", "link", "drive", "renamer", "bulk"
Expand Down

0 comments on commit 06ad52e

Please sign in to comment.