diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7a8e66e..d7459dc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.15 +current_version = 3.1.16 tag = False commit = True diff --git a/setup.py b/setup.py index d1d3ff4..bf7ceab 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='rcpchgrowth', - version='3.1.15', + version='3.1.16', 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',