diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 642865a..cddbc9a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.1 +current_version = 0.7.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 2569d11..0fcb932 100644 --- a/setup.py +++ b/setup.py @@ -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,