From c74b999485dec7258c6bfb3dff600fd9e0b543fc Mon Sep 17 00:00:00 2001 From: Dean Way Date: Thu, 28 Nov 2019 22:48:41 -0500 Subject: [PATCH] Bump version from 0.9.0 to 0.10.0 --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e9d892b..68d216f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.10.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index cb3819d..f21a792 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="pydantic_jsonapi", - version="0.9.0", + version="0.10.0", author="Dean Way", description="an implementation of JSON:api using pydantic", long_description=long_description,