Skip to content

Commit

Permalink
fix: rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jun 3, 2024
1 parent a39aee0 commit 827ece3
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 @@ -28,7 +28,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 @@ -25,7 +25,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 827ece3

Please sign in to comment.