From 29050f769c27c45f13b618ac57ce92b87daef415 Mon Sep 17 00:00:00 2001 From: Lucas Samaruga Date: Wed, 10 Aug 2022 05:18:28 -0300 Subject: [PATCH] Bump version --- sc3/__init__.py | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sc3/__init__.py b/sc3/__init__.py index 4124522..0d3e862 100644 --- a/sc3/__init__.py +++ b/sc3/__init__.py @@ -1,5 +1,5 @@ -__version__ = '1.1.2a0' +__version__ = '1.1.3a0' __all__ = ['base', 'seq', 'synth'] diff --git a/setup.py b/setup.py index ebb3263..1c5b9ad 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Operating System :: OS Independent', 'Development Status :: 3 - Alpha'