Skip to content

Commit f68cd8a

Browse files
committed
changed version
1 parent e51d351 commit f68cd8a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.4
2+
current_version = 1.0.5
33
commit = True
44
tag = True
55

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
numpy
2+
pandas
23
pysam
34
pyBigWig
45
matplotlib

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from setuptools import find_packages, setup
77

8-
__version__ = "1.0.4"
8+
__version__ = "1.0.5"
99

1010
install_requires = ["numpy",
1111
"scipy",
@@ -27,7 +27,7 @@
2727
zip_safe = False,
2828
packages = find_packages(),
2929
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",
3131
classifiers=[
3232
'Development Status :: 5 - Production/Stable',
3333
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)