Skip to content

Commit

Permalink
Merge pull request #34 from galaxy-genome-annotation/timeit
Browse files Browse the repository at this point in the history
Remove unused dep
  • Loading branch information
abretaud committed Jul 1, 2020
2 parents d559ca0 + b769c4f commit 0e98411
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ Or with the Arrow client:
History
-------

- 4.2.4
- Remove unused dependency
- 4.2.3
- Fixed `load_gff3` to more accurately load transcripts including the CDS as well as handle non-coding types more accurately.
- 4.2.2
Expand Down
2 changes: 1 addition & 1 deletion arrow/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.2.3'
__version__ = '4.2.4'
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ wrapt
pyyaml
decorator
bcbio-gff==0.6.6
pytest-timeit
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="apollo",
version='4.2.3',
version='4.2.4',
description="Apollo API library",
long_description=readme,
author="Helena Rasche;Anthony Bretaudeau;Nathan Dunn",
Expand Down

0 comments on commit 0e98411

Please sign in to comment.