File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ Unreleased_
10
10
-----------
11
11
The Unreleased section will be empty for tagged releases. Unreleased functionality appears in the develop branch.
12
12
13
- ---------------------
14
- 1.2.4c1 _ - 2021-02-05
15
- ---------------------
13
+ ------------------
14
+ 1.2.4 - 2021-02-06
15
+ ------------------
16
16
- Fix #60 Missing wheels on PyPI
17
17
18
18
-------------------
@@ -164,7 +164,7 @@ The Unreleased section will be empty for tagged releases. Unreleased functionali
164
164
First tagged release. The 'master' branch always represents the latest stable code. Tagged releases correspond to pypi releases.
165
165
166
166
.. _Unreleased : https://github.com/jeffdaily/parasail-python/compare/v1.2.3...master
167
- .. _1.2.4c1 : https://github.com/jeffdaily/parasail-python/compare/v1.2.3...v1.2.4c1
167
+ .. _1.2.4 : https://github.com/jeffdaily/parasail-python/compare/v1.2.3...v1.2.4
168
168
.. _1.2.3 : https://github.com/jeffdaily/parasail-python/compare/v1.2.2...v1.2.3
169
169
.. _1.2.2 : https://github.com/jeffdaily/parasail-python/compare/v1.2.1...v1.2.2
170
170
.. _1.2.1 : https://github.com/jeffdaily/parasail-python/compare/v1.2...v1.2.1
Original file line number Diff line number Diff line change 6
6
7
7
import numpy
8
8
9
- __version__ = "1.2.4c1 "
9
+ __version__ = "1.2.4 "
10
10
__title__ = "parasail"
11
11
__description__ = "pairwise sequence alignment library"
12
12
__uri__ = "https://github.com/jeffdaily/parasail-python"
You can’t perform that action at this time.
0 commit comments