Skip to content

Commit

Permalink
fix: rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed May 14, 2024
1 parent 5130797 commit 919f88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"0.3.7",
"0.3.9",
"0.3.10",
"0.4.0rc2",
"0.4.0rc3",
)

CONTRACT_VERSION_GEN_MAP = {
Expand Down
2 changes: 1 addition & 1 deletion tests/test_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
OLDER_VERSION_FROM_PRAGMA = Version("0.2.16")
VERSION_37 = Version("0.3.7")
VERSION_FROM_PRAGMA = Version("0.3.10")
VERSION_04 = Version("0.4.0rc2")
VERSION_04 = Version("0.4.0rc3")


@pytest.fixture
Expand Down

0 comments on commit 919f88c

Please sign in to comment.