Skip to content

Commit a1d8e6e

Browse files
author
Martin Durant
committed
Version 0.5.1
1 parent 0d1ab38 commit a1d8e6e

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

setup.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import sys
2727
from distutils.core import setup, Extension
2828

29-
version = '0.5'
29+
version = '0.5.1'
3030
long_description = """
3131
Python bindings for the snappy compression library from Google.
3232
@@ -68,13 +68,10 @@
6868
'Operating System :: MacOS :: MacOS X',
6969
# 'Operating System :: Microsoft :: Windows', -- Not tested yet
7070
'Operating System :: POSIX',
71-
'Programming Language :: Python :: 2.5',
72-
'Programming Language :: Python :: 2.6',
7371
'Programming Language :: Python :: 2.7',
7472
'Programming Language :: Python :: 3',
75-
'Programming Language :: Python :: 3.0',
76-
'Programming Language :: Python :: 3.1',
77-
'Programming Language :: Python :: 3.2',
73+
'Programming Language :: Python :: 3.5',
74+
'Programming Language :: Python :: 3.6',
7875
],
7976
ext_modules = ext_modules,
8077
packages = packages,

0 commit comments

Comments
 (0)