We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53e6930 + ab0fbc3 commit 5ab3fd7Copy full SHA for 5ab3fd7
README.rst
@@ -85,6 +85,8 @@ Or with the Arrow client:
85
History
86
-------
87
88
+- 4.2.11
89
+ - Updated wrong version number
90
- 4.2.10
91
- Bugfix handling Shine-Dalgarno sequences (https://github.com/galaxy-genome-annotation/python-apollo/issues/48)
92
- 4.2.9
arrow/__init__.py
@@ -1 +1 @@
1
-__version__ = '4.2.10'
+__version__ = '4.2.11'
setup.py
@@ -16,7 +16,7 @@
16
17
setup(
18
name="apollo",
19
- version='4.2.10',
+ version='4.2.11',
20
description="Apollo API library",
21
long_description=readme,
22
author="Helena Rasche;Anthony Bretaudeau;Nathan Dunn",
0 commit comments