File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bdist_wheel]
22# This flag says that the code is written to work on both Python 2 and Python
33# 3.
4- universal =1
4+
Original file line number Diff line number Diff line change 1616setup (
1717 name = 'slots' ,
1818
19- version = '0.3.1 ' ,
19+ version = '0.4.0 ' ,
2020
2121 description = 'A multi-armed bandit library for Python' ,
2222 long_description = long_description ,
5050
5151 # Specify the Python versions you support here. In particular, ensure
5252 # that you indicate whether you support Python 2, Python 3 or both.
53- 'Programming Language :: Python :: 2.7' ,
54- 'Programming Language :: Python :: 3.4' ,
5553 'Programming Language :: Python :: 3.5' ,
54+ 'Programming Language :: Python :: 3.6' ,
55+ 'Programming Language :: Python :: 3.7' ,
5656 ],
5757
5858 # What does your project relate to?
You can’t perform that action at this time.
0 commit comments