Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ColtonProvias committed Jan 21, 2016
1 parent 6ba44ed commit 80f9b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlalchemy_jsonapi/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def __init__(self):
self.status_code = 200
self.data = {
'jsonapi': {'version': '1.0'},
'meta': {'sqlalchemy_jsonapi_version': '3.0.2'}
'meta': {'sqlalchemy_jsonapi_version': '4.0.1'}
}


Expand Down

0 comments on commit 80f9b85

Please sign in to comment.