From 76c0defdc3677417ac08de8c7f18c214b41fddd2 Mon Sep 17 00:00:00 2001 From: Benjamin Morris Date: Tue, 27 Aug 2024 20:13:57 -0700 Subject: [PATCH] version bump --- rdk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdk/__init__.py b/rdk/__init__.py index d26265e..422e4dc 100644 --- a/rdk/__init__.py +++ b/rdk/__init__.py @@ -6,4 +6,4 @@ # # or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -MY_VERSION = "0.17.13" +MY_VERSION = "0.17.14"