From c7515239ebe1f4f9ed8a82afbf1500bbc860eb0b Mon Sep 17 00:00:00 2001 From: Neelam Kushwah Date: Tue, 5 Mar 2024 14:42:17 -0500 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2568cb6..73c4faa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "up-python" -version = "0.1.0-dev" +version = "0.1.1-dev" description = "Language specific uProtocol library for building and using UUri, UUID, UAttributes, UTransport, and more." authors = ["Neelam Kushwah "] license = "The Apache License, Version 2.0"