diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4a17dc8c..a0afa739 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.13.1 +current_version = 2.14.0 files = solvebio/version.py commit = True tag = True diff --git a/solvebio/version.py b/solvebio/version.py index 2def51e5..b86b129e 100644 --- a/solvebio/version.py +++ b/solvebio/version.py @@ -3,4 +3,4 @@ # This file should define a variable VERSION which we use as the # debugger version number. -VERSION = '2.13.1' +VERSION = '2.14.0'