From d294418acf59c906b57537910dd3337daf1ed9aa Mon Sep 17 00:00:00 2001 From: Casey Schneider-Mizell Date: Fri, 12 Nov 2021 15:59:37 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.13.2=20=E2=86=92=201.14.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- meshparty/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a2b3a8f..95c2445 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.13.2 +current_version = 1.14.0 commit = True tag = True diff --git a/meshparty/__init__.py b/meshparty/__init__.py index b7beb99..4fe4cb4 100644 --- a/meshparty/__init__.py +++ b/meshparty/__init__.py @@ -1 +1 @@ -__version__ = "1.13.2" \ No newline at end of file +__version__ = "1.14.0" \ No newline at end of file