From 78d5c357730dcba01b8ebb662982b3a02cd4899e Mon Sep 17 00:00:00 2001 From: Simon Chapman Date: Sun, 8 Aug 2021 21:42:56 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.3.0=20=E2=86=92=202.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b4387fa..6f60735 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.3.0 +current_version = 2.3.1 tag = False commit = True diff --git a/setup.py b/setup.py index abc8e47..d493d54 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='rcpchgrowth', - version='2.3.0', + version='2.3.1', description='SDS and Centile calculations for UK Growth Data', long_description="https://github.com/rcpch/digital-growth-charts/blob/master/README.md", url='https://github.com/rcpch/digital-growth-charts/blob/master/README.md',