Skip to content

Commit

Permalink
Support versions of python back to 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
vengroff committed Feb 15, 2024
1 parent 64c490a commit 9355717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_packageversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def setUp(self) -> None:
"""Set up before each test."""
# Note that this will have to be updated manually
# as we update versions in pyproject.toml.
self.expected_version = "0.1.0"
self.expected_version = "0.1.1"

def asserExpectedVersion(self, version: str):
self.assertTrue(
Expand Down

0 comments on commit 9355717

Please sign in to comment.