Skip to content

Commit fda2112

Browse files
committed
Updating version and setup.py classifier. [skip ci]
1 parent 918448a commit fda2112

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mocket/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77

88
__all__ = (mocketize, Mocket, MocketEntry, Mocketizer)
99

10-
__version__ = "3.7.0"
10+
__version__ = '3.7.0'
11+

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def read_version(package):
5757
'Programming Language :: Python :: 3.4',
5858
'Programming Language :: Python :: 3.5',
5959
'Programming Language :: Python :: 3.6',
60+
'Programming Language :: Python :: 3.7',
6061
'Programming Language :: Python :: Implementation :: CPython',
6162
'Programming Language :: Python :: Implementation :: PyPy',
6263
'Topic :: Software Development',

0 commit comments

Comments
 (0)