Skip to content

Commit 72baded

Browse files
authored
Merge pull request #11 from deeptools/bump
Bump
2 parents 7494027 + a720f1b commit 72baded

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
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: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,22 @@
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",
23-
author_email = "ryan@ie-freiburg.mpg.de",
23+
author_email = "dpryan79@gmail.com",
2424
url = "https://github.com/deeptools/py2bit",
2525
license = "MIT",
26-
download_url = "https://github.com/deeptools/py2bit/tarball/0.3.0",
26+
download_url = "https://github.com/deeptools/py2bit",
2727
keywords = ["bioinformatics", "2bit"],
2828
classifier = ["Development Status :: 5 - Production/Stable",
2929
"Intended Audience :: Developers",
3030
"License :: OSI Approved",
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)