Skip to content

Commit

Permalink
tag 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhrysteve committed Jul 12, 2016
1 parent 8cfb86e commit 30d8065
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ check:
coverage:
coverage erase
coverage run --source marshmallow_jsonschema -m py.test -v

pypitest:
python setup.py sdist upload -r pypitest

pypi:
python setup.py sdist upload -r pypi
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(fname):

setup(
name='marshmallow-jsonschema',
version='0.2.1',
version='0.3.0',
description='JSON Schema Draft v4 (http://json-schema.org/) formatting with marshmallow',
long_description=long_description,
author='Stephen Fuhry',
Expand Down

0 comments on commit 30d8065

Please sign in to comment.