File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22# -*- coding: utf-8 -*-
33#
4- # Copyright (c) 2020-2023 The WfCommons Team.
4+ # Copyright (c) 2020-2024 The WfCommons Team.
55#
66# This program is free software: you can redistribute it and/or modify
77# it under the terms of the GNU General Public License as published by
@@ -68,6 +68,7 @@ def run(self):
6868 'Programming Language :: Python :: 3.9' ,
6969 'Programming Language :: Python :: 3.10' ,
7070 'Programming Language :: Python :: 3.11' ,
71+ 'Programming Language :: Python :: 3.12' ,
7172 'Intended Audience :: Developers' ,
7273 'Intended Audience :: Education' ,
7374 'Intended Audience :: Science/Research' ,
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22# -*- coding: utf-8 -*-
33#
4- # Copyright (c) 2020-2023 The WfCommons Team.
4+ # Copyright (c) 2020-2024 The WfCommons Team.
55#
66# This program is free software: you can redistribute it and/or modify
77# it under the terms of the GNU General Public License as published by
88# the Free Software Foundation, either version 3 of the License, or
99# (at your option) any later version.
1010
11- __version__ = "1.0-dev "
11+ __version__ = "1.0"
You can’t perform that action at this time.
0 commit comments