diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f08b83ae..183c3b60 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2 commit = True tag = True tag_name = {new_version} diff --git a/docs/source/conf.py b/docs/source/conf.py index c9418f04..d8983416 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Hudson & Thames Quantitative Research' # The full version, including alpha/beta/rc tags -release = '0.2.1' +release = '0.2.2' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 65427605..905977cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = arbitragelab -version = 0.2.1 +version = 0.2.2 author = Hudson and Thames Quantitative Research author_email = research@hudsonthames.org licence = All Rights Reserved