File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.0.4
2
+ current_version = 1.0.5
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 1
1
numpy
2
+ pandas
2
3
pysam
3
4
pyBigWig
4
5
matplotlib
Original file line number Diff line number Diff line change 5
5
6
6
from setuptools import find_packages , setup
7
7
8
- __version__ = "1.0.4 "
8
+ __version__ = "1.0.5 "
9
9
10
10
install_requires = ["numpy" ,
11
11
"scipy" ,
27
27
zip_safe = False ,
28
28
packages = find_packages (),
29
29
install_requires = install_requires ,
30
- download_url = "https://github.com/jvierstra/genome-tools/archive/v1.0.4 .tar.gz" ,
30
+ download_url = "https://github.com/jvierstra/genome-tools/archive/v1.0.5 .tar.gz" ,
31
31
classifiers = [
32
32
'Development Status :: 5 - Production/Stable' ,
33
33
'Intended Audience :: Science/Research' ,
You can’t perform that action at this time.
0 commit comments