Skip to content

Commit

Permalink
r1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
siebrenf committed Jul 14, 2023
1 parent c3cc50e commit 37e781b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ All changed fall under either one of these types: `Added`, `Changed`, `Deprecate

## [Unreleased]

## [1.0.1] - 2023-07-14
## [1.0.2] - 2023-07-14

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion seq2science/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import util

__all__ = ["util"]
__version__ = "1.0.1"
__version__ = "1.0.2"

0 comments on commit 37e781b

Please sign in to comment.