We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9cad5 commit d9ad46bCopy full SHA for d9ad46b
1 file changed
setup.py
@@ -29,7 +29,7 @@
29
except ImportError:
30
from distutils.core import setup, Extension
31
32
-version = '0.5.3'
+version = '0.5.4'
33
long_description = """
34
Python bindings for the snappy compression library from Google.
35
@@ -79,6 +79,7 @@
79
'Programming Language :: Python :: 3',
80
'Programming Language :: Python :: 3.5',
81
'Programming Language :: Python :: 3.6',
82
+ 'Programming Language :: Python :: 3.7',
83
],
84
ext_modules=ext_modules,
85
packages=packages,
0 commit comments