From 3825ff47931bfd0fc88ce773830350e3bd55e007 Mon Sep 17 00:00:00 2001 From: Rafael Ferreira da Silva Date: Tue, 19 Mar 2024 12:56:39 -0400 Subject: [PATCH] release 1.0 --- setup.py | 3 ++- wfcommons/version.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 03fc613..3e46982 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (c) 2020-2023 The WfCommons Team. +# Copyright (c) 2020-2024 The WfCommons Team. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -68,6 +68,7 @@ def run(self): 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Intended Audience :: Developers', 'Intended Audience :: Education', 'Intended Audience :: Science/Research', diff --git a/wfcommons/version.py b/wfcommons/version.py index 5b06a4f..141a49c 100644 --- a/wfcommons/version.py +++ b/wfcommons/version.py @@ -1,11 +1,11 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (c) 2020-2023 The WfCommons Team. +# Copyright (c) 2020-2024 The WfCommons Team. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. -__version__ = "1.0-dev" +__version__ = "1.0"