diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3a81783..0ce5e4e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.7 +current_version = 3.1.8 tag = False commit = True diff --git a/setup.py b/setup.py index 8aa32a5..71efacb 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='rcpchgrowth', - version='3.1.7', + version='3.1.8', 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',