From d5e35bd3b1ba93858baa480d4ed3ee3e7ae9fb64 Mon Sep 17 00:00:00 2001 From: Caleb Smith Date: Tue, 9 Apr 2019 20:44:43 -0500 Subject: [PATCH] Fixed version for PIP release --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c52eb4e0..f71108df 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='bcml', - version='0.9', + version='0.95', author='NiceneNerd', author_email='macadamiadaze@gmail.com', description='A mod manager for The Legend of Zelda: Breath of the Wild on Cemu', @@ -22,10 +22,10 @@ classifiers=[ 'Development Status :: 4 - Beta', 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', - 'Operating System :: Windows', + 'Operating System :: Microsoft :: Windows', 'Programming Language :: Python :: 3 :: Only' ], - python_requires='>=3.7', + python_requires='>=3.6', install_requires=[ 'sarc', 'rstb',