From f6de9df0389de1cdd9463a19fb654c8a397065c7 Mon Sep 17 00:00:00 2001 From: Yurii Serhiichuk Date: Sun, 26 May 2024 21:04:29 +0200 Subject: [PATCH] Bump version Signed-off-by: Yurii Serhiichuk --- cloudevents/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudevents/__init__.py b/cloudevents/__init__.py index c6e1151..1f52fdb 100644 --- a/cloudevents/__init__.py +++ b/cloudevents/__init__.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__version__ = "1.10.1" +__version__ = "1.11.0"