From a8bc68f3484b02dea3f3274346d6ff310d1e1c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramiro=20G=C3=B3mez?= Date: Fri, 28 Jun 2024 00:03:36 +0200 Subject: [PATCH] Version 1.0.0 --- charla/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charla/__about__.py b/charla/__about__.py index 2b01b09..ebffdab 100644 --- a/charla/__about__.py +++ b/charla/__about__.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2024-present Ramiro Gómez # # SPDX-License-Identifier: MIT -__version__ = "0.0.1" +__version__ = "1.0.0" __name__ = "charla"