Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Fixed version for PIP release
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceneNerd committed Apr 10, 2019
1 parent 1ce29c1 commit d5e35bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit d5e35bd

Please sign in to comment.