Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Oct 25, 2016
1 parent f0b67bf commit cb74866
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 @@ -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': [
Expand Down

0 comments on commit cb74866

Please sign in to comment.