Skip to content

Commit d9ad46b

Browse files
author
Martin Durant
committed
bump version: 0.5.4
1 parent 3c9cad5 commit d9ad46b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
except ImportError:
3030
from distutils.core import setup, Extension
3131

32-
version = '0.5.3'
32+
version = '0.5.4'
3333
long_description = """
3434
Python bindings for the snappy compression library from Google.
3535
@@ -79,6 +79,7 @@
7979
'Programming Language :: Python :: 3',
8080
'Programming Language :: Python :: 3.5',
8181
'Programming Language :: Python :: 3.6',
82+
'Programming Language :: Python :: 3.7',
8283
],
8384
ext_modules=ext_modules,
8485
packages=packages,

0 commit comments

Comments
 (0)