Skip to content

Commit e0edfa3

Browse files
committed
fix trobe classifiers
1 parent c288952 commit e0edfa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readchar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__all__ = [readchar, readkey, key]
55

6-
__version__ = '2.0.0'
6+
__version__ = '2.0.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ def run_tests(self):
4646
'License :: OSI Approved :: MIT License',
4747
'Operating System :: OS Independent',
4848
'Programming Language :: Python :: 2.7',
49-
'Programming Language :: Python :: 3.2',
5049
'Programming Language :: Python :: 3.4',
5150
'Programming Language :: Python :: 3.5',
5251
'Programming Language :: Python :: 3.6',
52+
'Programming Language :: Python :: 3.7',
5353
'Programming Language :: Python :: Implementation :: CPython',
5454
'Programming Language :: Python :: Implementation :: PyPy',
5555
'Topic :: Software Development',

0 commit comments

Comments
 (0)