Now version 2.0.1, I guess.

This commit is contained in:
Aaron D. Lee
2025-12-28 00:07:04 -05:00
parent 5c6f86a12c
commit 1538943451
5 changed files with 30 additions and 10 deletions

View File

@@ -208,7 +208,7 @@ class TestVersion:
def test_version_exists(self):
assert hasattr(stegasoo, '__version__')
assert stegasoo.__version__ == "2.0.0"
assert stegasoo.__version__ == "2.0.1"
def test_day_names(self):
assert len(stegasoo.DAY_NAMES) == 7