From 12ccc3045420d7e4de77d62b55e55564c17775e2 Mon Sep 17 00:00:00 2001 From: Mikko Kotila Date: Thu, 14 Apr 2022 22:50:50 +0300 Subject: [PATCH] updated version --- setup.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index afc43af..2b626ea 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ URL = 'http://mikkokotila.com' LICENSE = 'MIT' DOWNLOAD_URL = 'https://github.com/autonomio/kerasplotlib' -VERSION = '0.2.1' +VERSION = '1.0' try: from setuptools import setup @@ -60,10 +60,9 @@ def check_dependencies(): packages=['kerasplotlib'], classifiers=[ 'Intended Audience :: Science/Research', - 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'License :: OSI Approved :: MIT License', 'Topic :: Scientific/Engineering :: Visualization', 'Topic :: Multimedia :: Graphics',