Skip to content

Commit

Permalink
Merge pull request #4 from LegoStormtroopr/master
Browse files Browse the repository at this point in the history
ci test
  • Loading branch information
LegoStormtroopr committed Feb 1, 2017
2 parents 9ed354c + 28fbb72 commit f5de6c2
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
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages

VERSION = '0.0.11'
VERSION = '0.0.111'

with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()
Expand All @@ -19,7 +19,7 @@
long_description=README,
url='https://github.com/data61/wcag-zoo',
author='Samuel Spencer',
author_email='theodore.therone@gmail.com',
author_email='sam@aristotlemetadata.com',
classifiers=[
'Development Status :: 5 - Production/Stable',

Expand Down

0 comments on commit f5de6c2

Please sign in to comment.