From 3b5f6d0506e61622becfbd341c3ff0d63519fcb8 Mon Sep 17 00:00:00 2001 From: Shahzeb Siddiqui Date: Tue, 16 Apr 2024 12:42:14 -0400 Subject: [PATCH] bump version to 2.0 --- buildtest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtest/__init__.py b/buildtest/__init__.py index 0bf10523c..bf24cc893 100644 --- a/buildtest/__init__.py +++ b/buildtest/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.8" +__version__ = "2.0" BUILDTEST_VERSION = __version__ BUILDTEST_COPYRIGHT = "Copyright (c) 2021-2024, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy), Shahzeb Siddiqui, and Vanessa Sochat. All rights reserved."