We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2bceb commit 2943feeCopy full SHA for 2943fee
pyreference/pyreference_config.py
@@ -7,9 +7,8 @@
7
'''
8
9
import os
10
-from six import reraise, raise_from
+from six import raise_from
11
from six.moves import configparser #@UnresolvedImport
12
-import sys
13
14
15
def load_params_from_config(build=None, config=None):
setup.py
@@ -4,7 +4,7 @@
4
5
setup(name = 'pyreference',
6
packages = find_packages(),
- version = '0.1',
+ version = '0.2',
description = 'Library for working with reference genomes',
author = 'David Lawrence',
author_email = 'davmlaw@gmail.com',
0 commit comments