From cdf095447374a1daaa3048f38d78aa78b6d155cb Mon Sep 17 00:00:00 2001 From: Constantine Evans Date: Mon, 10 Jan 2022 16:53:26 -0800 Subject: [PATCH] Actual 1.1.0 version change --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 876fc07..a0008f2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ long_description_content_type = text/markdown; charset=UTF-8 url = http://github.com/cgevans/scikits-bootstrap platforms = any -version = 1.1.0-pre.2 +version = 1.1.0 classifiers = Development Status :: 5 - Production/Stable @@ -20,10 +20,10 @@ classifiers = License :: OSI Approved :: BSD License Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Programming Language :: Python :: Implementation :: PyPy Programming Language :: Python :: Implementation :: CPython Topic :: Scientific/Engineering