From a2e6a9b9fa1ecec417d7fe566624d663ed6cb256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Brito?= <50997716+antmsbrito@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:02:25 +0000 Subject: [PATCH] Version 1.0 bump! --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8b058ad1..a0c99556 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ ] EXTRA_LING_ARGS = [] -VERSION = "0.6.1" # sets version number for whole package +VERSION = "1.0.0" # sets version number for whole package def run_command(command: str) -> str: