Skip to content

Commit

Permalink
Bumped to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sirnacnud committed Aug 14, 2016
1 parent 3ba277a commit a0a8c3e
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 @@ -6,13 +6,13 @@
entry_points={
'console_scripts': ['parse-schema-validator=parse_schema_validator.schema_validator:main']
},
version='1.0.2',
version='1.0.3',
description='Tool for validating Parse classes on a Parse Server',
author='Duncan Cunningham',
author_email='[email protected]',
license='MIT',
url='https://github.com/sirnacnud/parse-schema-validator',
download_url='https://github.com/sirnacnud/parse-schema-validator/archive/1.0.2.tar.gz',
download_url='https://github.com/sirnacnud/parse-schema-validator/archive/1.0.3.tar.gz',
keywords=['parse', 'schema', 'validator'],
classifiers=[],
)

0 comments on commit a0a8c3e

Please sign in to comment.