Skip to content

Commit 37e781b

Browse files
committed
r1.0.2
1 parent c3cc50e commit 37e781b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

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

1010
## [Unreleased]
1111

12-
## [1.0.1] - 2023-07-14
12+
## [1.0.2] - 2023-07-14
1313

1414
### Fixed
1515

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.1"
4+
__version__ = "1.0.2"

0 commit comments

Comments
 (0)