From 2495db7b8c76089daf1abadebf732941a255f34e Mon Sep 17 00:00:00 2001 From: Forrest Collman Date: Mon, 16 Sep 2024 16:38:18 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.16.16=20=E2=86=92=201.17.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 0aeba5c..a7581a8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.16.16 +current_version = 1.17.0 commit = True tag = True diff --git a/meshparty/__init__.py b/meshparty/__init__.py index bcd4ffe..8dddca6 100644 --- a/meshparty/__init__.py +++ b/meshparty/__init__.py @@ -1 +1 @@ -__version__ = "1.16.16" \ No newline at end of file +__version__ = "1.17.0" \ No newline at end of file