Skip to content

Commit b96a12c

Browse files
authored
Merge pull request #80 from anomaly/alpha-12.fix-version
fix: version number in tests
2 parents 8a039c4 + 0e708d7 commit b96a12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66

77
async def test_version():
8-
assert __version__ == "0.1.0-alpha.9"
8+
assert __version__ == "0.1.0a12"

0 commit comments

Comments
 (0)