Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Dec 20, 2017
1 parent 743f681 commit a6a52c0
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 @@ -9,14 +9,14 @@

setup(
name="gh-license",
version="0.2.5",
version="0.2.6",
author="Mte90",
author_email="[email protected]",
url="https://github.com/Mte90/GH-License",
install_requires=open(os.path.join(BASE_DIR, "requirements.txt")).readlines(),
license="GPLv3",
description="Scan github, bitbucket or other providers repositories for missing license files and add them",
download_url='https://github.com/Mte90/GH-License/tarball/0.2.2',
download_url='https://github.com/Mte90/GH-License/tarball/0.2.6',
packages=find_packages(),
entry_points={
'console_scripts': [
Expand Down

0 comments on commit a6a52c0

Please sign in to comment.