From d5610856a4379d7e952fe14fc84c414dff6b435f Mon Sep 17 00:00:00 2001 From: DeanWay Date: Mon, 7 Oct 2019 18:35:08 -0400 Subject: [PATCH] Bump version from 0.6.1 to 0.7.0 --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,