Skip to content

Commit b653ffb

Browse files
author
Devon Ryan
committed
Bump version and test new CI
1 parent 7494027 commit b653ffb

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

py2bit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <Python.h>
22
#include "2bit.h"
33

4-
#define pyTwoBitVersion "0.3.0"
4+
#define pyTwoBitVersion "0.3.1"
55

66
typedef struct {
77
PyObject_HEAD

setup.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
include_dirs = ['lib2bit', sysconfig.get_config_var("INCLUDEPY")])
1818

1919
setup(name = 'py2bit',
20-
version = '0.3.0',
20+
version = '0.3.1',
2121
description = 'A package for accessing 2bit files using lib2bit',
2222
author = "Devon P. Ryan",
2323
author_email = "ryan@ie-freiburg.mpg.de",
@@ -31,13 +31,8 @@
3131
"Programming Language :: C",
3232
"Programming Language :: Python",
3333
"Programming Language :: Python :: 2",
34-
"Programming Language :: Python :: 2.6",
3534
"Programming Language :: Python :: 2.7",
3635
"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",
4136
"Programming Language :: Python :: Implementation :: CPython",
4237
"Operating System :: POSIX",
4338
"Operating System :: Unix",

0 commit comments

Comments
 (0)