From 982acb37fb892b1164df2a3323049258cf34f173 Mon Sep 17 00:00:00 2001 From: Emanuele Palazzetti Date: Wed, 30 Aug 2023 13:40:48 +0200 Subject: [PATCH] release: version 0.5.0 (#105) https://github.com/palazzem/econnect-python/pull/105 --- src/elmo/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elmo/__about__.py b/src/elmo/__about__.py index a3aa3be..b297cc8 100644 --- a/src/elmo/__about__.py +++ b/src/elmo/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2023-present Emanuele Palazzetti # # SPDX-License-Identifier: MIT -__version__ = "0.4.0" +__version__ = "0.5.0"