We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4a93bc + caf12fd commit 39a970bCopy full SHA for 39a970b
README.rst
@@ -83,6 +83,7 @@ History
83
84
- 4.1
85
- Fix loading attributes from gff3
86
+ - Better handling of genome sequence update, with or without the no_reload_sequences option
87
- 4.0.1
88
- Fix missing file in pypi package, no code change
89
- 4.0
arrow/__init__.py
@@ -1 +1 @@
1
-__version__ = '4.0.1'
+__version__ = '4.1'
setup.py
@@ -16,7 +16,7 @@
16
17
setup(
18
name="apollo",
19
- version='4.0.1',
+ version='4.1',
20
description="Apollo API library",
21
long_description=readme,
22
author="Helena Rasche;Anthony Bretaudeau",
0 commit comments