From c73ead8014be201df7a6e5afd42fa0ac9a5216b8 Mon Sep 17 00:00:00 2001 From: Kimmo Huoman Date: Sun, 25 Jan 2026 14:34:56 +0200 Subject: [PATCH] Bump version to 0.5.1 - Update version number in pyproject.toml from 0.5.0 to 0.5.1 to reflect the new patch release. This prepares the package for the next release which includes the async detection fix and Python 3.14 CI support. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb847cb..2fd7656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nordpool" -version = "0.5.0" +version = "0.5.1" description = "Python library for fetching Nord Pool spot prices." authors = ["Kimmo Huoman "] license = "MIT"