From dc029038defb090a25cefbe266ee72af902d03b7 Mon Sep 17 00:00:00 2001 From: Casey Schneider-Mizell Date: Thu, 5 Sep 2024 11:32:26 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.16.15=20=E2=86=92=201.16.16?= 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 10f697e..0aeba5c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.16.15 +current_version = 1.16.16 commit = True tag = True diff --git a/meshparty/__init__.py b/meshparty/__init__.py index 3ddd8e6..bcd4ffe 100644 --- a/meshparty/__init__.py +++ b/meshparty/__init__.py @@ -1 +1 @@ -__version__ = "1.16.15" \ No newline at end of file +__version__ = "1.16.16" \ No newline at end of file