diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9ee01c9..b6f02f0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.3.14 +current_version = 2.3.15 tag = False commit = True diff --git a/setup.py b/setup.py index 9ac8f74..97f24e7 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='rcpchgrowth', - version='2.3.14', + version='2.3.15', 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',