diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a6d806c..fa68f52 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.17 +current_version = 3.2.0 tag = False commit = True diff --git a/setup.py b/setup.py index 00f8a98..86b33f4 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='rcpchgrowth', - version='3.1.17', + version='3.2.0', 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',