diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1fe125f..7d12748 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.9 +current_version = 3.1.10 commit = True tag = True diff --git a/setup.py b/setup.py index 5913845..5002d65 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pyscal3', - version='3.1.9', + version='3.1.10', author='Sarath Menon', author_email='sarath.menon@pyscal.org', description='Python library written in C++ for calculation of local atomic structural environment',