Skip to content

Commit

Permalink
Bump version from 0.6.1 to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DeanWay committed Oct 7, 2019
1 parent 49eb4c5 commit d561085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.1
current_version = 0.7.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="pydantic_jsonapi",
version="0.6.1",
version="0.7.0",
author="Dean Way",
description="an implementation of JSON:api using pydantic",
long_description=long_description,
Expand Down

0 comments on commit d561085

Please sign in to comment.