File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
#include <Python.h>
2
2
#include "2bit.h"
3
3
4
- #define pyTwoBitVersion "0.3.0 "
4
+ #define pyTwoBitVersion "0.3.1 "
5
5
6
6
typedef struct {
7
7
PyObject_HEAD
Original file line number Diff line number Diff line change 17
17
include_dirs = ['lib2bit' , sysconfig .get_config_var ("INCLUDEPY" )])
18
18
19
19
setup (name = 'py2bit' ,
20
- version = '0.3.0 ' ,
20
+ version = '0.3.1 ' ,
21
21
description = 'A package for accessing 2bit files using lib2bit' ,
22
22
author = "Devon P. Ryan" ,
23
23
author_email = "ryan@ie-freiburg.mpg.de" ,
31
31
"Programming Language :: C" ,
32
32
"Programming Language :: Python" ,
33
33
"Programming Language :: Python :: 2" ,
34
- "Programming Language :: Python :: 2.6" ,
35
34
"Programming Language :: Python :: 2.7" ,
36
35
"Programming Language :: Python :: 3" ,
37
- "Programming Language :: Python :: 3.3" ,
38
- "Programming Language :: Python :: 3.4" ,
39
- "Programming Language :: Python :: 3.5" ,
40
- "Programming Language :: Python :: 3.6" ,
41
36
"Programming Language :: Python :: Implementation :: CPython" ,
42
37
"Operating System :: POSIX" ,
43
38
"Operating System :: Unix" ,
You can’t perform that action at this time.
0 commit comments