Skip to content

Commit 17c755f

Browse files
release v1.0.3
1 parent b1c8bb4 commit 17c755f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ All changed fall under either one of these types: `Added`, `Changed`, `Deprecate
99

1010
## [Unreleased]
1111

12+
## [1.0.3] - 2023-07-26
13+
1214
### Fixed
1315

1416
- issue with printing a nice traceback when the SRA is unresponsive
@@ -792,7 +794,8 @@ Many minor bug- and quality of life fixes.
792794

793795
First release of seq2science!
794796

795-
[Unreleased]: https://github.com/vanheeringen-lab/seq2science/compare/v1.0.2...develop
797+
[Unreleased]: https://github.com/vanheeringen-lab/seq2science/compare/v1.0.3...develop
798+
[1.0.3]: https://github.com/vanheeringen-lab/seq2science/compare/v1.0.2...v1.0.3
796799
[1.0.2]: https://github.com/vanheeringen-lab/seq2science/compare/v1.0.0...v1.0.2
797800
[1.0.0]: https://github.com/vanheeringen-lab/seq2science/compare/v0.9.9...v1.0.0
798801
[0.9.9]: https://github.com/vanheeringen-lab/seq2science/compare/v0.9.8...v0.9.9

seq2science/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from . import util
22

33
__all__ = ["util"]
4-
__version__ = "1.0.2"
4+
__version__ = "1.0.3"

0 commit comments

Comments
 (0)