From c56164ed6a1a459c5b2ec8aa6629c67f27e631f2 Mon Sep 17 00:00:00 2001 From: Guillaume Fieni Date: Thu, 28 Mar 2024 11:39:10 +0100 Subject: [PATCH] build: Bump PowerAPI package version to 2.5.0 --- src/powerapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/powerapi/__init__.py b/src/powerapi/__init__.py index f4054328..7b16a2ac 100644 --- a/src/powerapi/__init__.py +++ b/src/powerapi/__init__.py @@ -27,4 +27,4 @@ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -__version__ = "2.4.0" +__version__ = "2.5.0"