Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed May 12, 2016
1 parent 98bb586 commit 328cce5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def long_description():

setup(
name='django-github-hook',
version='0.1.0',
version='0.2.0',
description='Django-powered GitHub (& Bitbucket) web hooks',
long_description=long_description(),
author='S. Andrew Sheppard & Contributors',
Expand All @@ -37,6 +37,7 @@ def long_description():
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries :: Python Modules',
'Framework :: Django',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 328cce5

Please sign in to comment.