From 125eba85962ab5067127fe6b74385ed1ba1e8ad6 Mon Sep 17 00:00:00 2001 From: David Caplan Date: Tue, 1 Dec 2020 15:56:20 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.13.1=20=E2=86=92=202.14.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- solvebio/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'