From 835bd7a950af23fcc98735877c935b7bd34a4a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Job?= Date: Thu, 7 Sep 2023 13:00:50 +0200 Subject: [PATCH] Marking version as dev (#366) --- src/snowcli/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snowcli/__about__.py b/src/snowcli/__about__.py index c23fe49ef5..ccd0e8c4bf 100644 --- a/src/snowcli/__about__.py +++ b/src/snowcli/__about__.py @@ -1,3 +1,3 @@ from __future__ import annotations -VERSION = "1.1.0" +VERSION = "1.1.1-dev"