Skip to content

Commit 0e98411

Browse files
authored
Merge pull request #34 from galaxy-genome-annotation/timeit
Remove unused dep
2 parents d559ca0 + b769c4f commit 0e98411

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Or with the Arrow client:
8585
History
8686
-------
8787

88+
- 4.2.4
89+
- Remove unused dependency
8890
- 4.2.3
8991
- Fixed `load_gff3` to more accurately load transcripts including the CDS as well as handle non-coding types more accurately.
9092
- 4.2.2

arrow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.2.3'
1+
__version__ = '4.2.4'

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ wrapt
66
pyyaml
77
decorator
88
bcbio-gff==0.6.6
9-
pytest-timeit

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name="apollo",
19-
version='4.2.3',
19+
version='4.2.4',
2020
description="Apollo API library",
2121
long_description=readme,
2222
author="Helena Rasche;Anthony Bretaudeau;Nathan Dunn",

0 commit comments

Comments
 (0)