Skip to content

Commit

Permalink
pin jsonschema dependency to 2.6, update jams version
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Feb 26, 2019
1 parent 78c8540 commit d4c35c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jams/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""Version info"""

short_version = '0.3'
version = '0.3.2'
version = '0.3.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
install_requires=[
'pandas',
'sortedcontainers>=2.0.0',
'jsonschema',
'jsonschema==2.6',
'numpy>=1.8.0',
'six',
'decorator',
Expand Down

0 comments on commit d4c35c7

Please sign in to comment.