Skip to content

Commit

Permalink
Merge pull request #19 from galaxy-genome-annotation/4.0.1
Browse files Browse the repository at this point in the history
4.0.1: fix missing file in 4.0
  • Loading branch information
abretaud authored Nov 4, 2019
2 parents a0d392b + c7dd033 commit 6202ca4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include requirements.txt
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ Or with the Arrow client:
History
-------

- 4.0.1
- Fix missing file in pypi package, no code change
- 4.0
- Added support for remote creation/update/deletion of organisms/tracks
- Added support for adding GFF3 in the annotation track
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.0'
__version__ = '4.0.1'
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.0',
version='4.0.1',
description="Apollo API library",
long_description=readme,
author="Helena Rasche;Anthony Bretaudeau",
Expand Down

0 comments on commit 6202ca4

Please sign in to comment.