diff --git a/CHANGELOG.md b/CHANGELOG.md index 038e5f8..d87cd59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,9 @@ The version is represented by three digits: a.b.c. --- ## Unreleased +--- +## [0.0.1] - 2024-01-02 + ENHANCEMENT: - sequentium.tests.sequence_tests_suite.py: self.ground_truth_length is removed as we can perform same tests without it. - sequentium.core.core.py: added __str__ method in Sequence class @@ -33,7 +36,7 @@ ENHANCEMENT: FIX: - sequentium.core.core.py: method __getitem__ return a generator when the stop value in the slice is missing ---- + ## [0.0.0] - 2023-12-28 First version of Sequentium :-D diff --git a/sequence/__version__.py b/sequence/__version__.py index c57bfd5..b8023d8 100644 --- a/sequence/__version__.py +++ b/sequence/__version__.py @@ -1 +1 @@ -__version__ = '0.0.0' +__version__ = '0.0.1'