diff --git a/setup.py b/setup.py index fe0f9a0..7c26628 100755 --- a/setup.py +++ b/setup.py @@ -8,12 +8,12 @@ setup( name="gh-license", - version="0.2", + version="0.2.1", author="Mte90", install_requires=open(os.path.join(BASE_DIR, "requirements.txt")).readlines(), license="GPLv3", description="Scan github repositories for missing license files and add them", - download_url = 'https://github.com/Mte90/GH-License/tarball/0.2', + download_url = 'https://github.com/Mte90/GH-License/tarball/0.2.1', packages=find_packages(), entry_points={ 'console_scripts': [