From cdd645d0a0ecb7bed93fc7c2946a4fe5288bd6e0 Mon Sep 17 00:00:00 2001 From: Simon Chapman Date: Sun, 22 Aug 2021 13:17:32 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.4.1=20=E2=86=92=202.4.2?= 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 55acdfc..b55b27e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.1 +current_version = 2.4.2 tag = False commit = True diff --git a/setup.py b/setup.py index b6ef2b9..0eac3ee 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='rcpchgrowth', - version='2.4.1', + version='2.4.2', 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',