From 827ece3c52be30ce83b012b872dd219728bdd576 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Tue, 14 May 2024 13:26:48 -0500 Subject: [PATCH] fix: rc3 --- tests/conftest.py | 2 +- tests/test_compiler.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 98ecc758..b30da2ef 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -28,7 +28,7 @@ "0.3.7", "0.3.9", "0.3.10", - "0.4.0rc2", + "0.4.0rc3", ) CONTRACT_VERSION_GEN_MAP = { diff --git a/tests/test_compiler.py b/tests/test_compiler.py index b9be6ab1..a9ce9d8b 100644 --- a/tests/test_compiler.py +++ b/tests/test_compiler.py @@ -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