From ce720e9ca849affc17ba81467e2d42e30acb2234 Mon Sep 17 00:00:00 2001 From: Guillaume Fieni Date: Fri, 12 Apr 2024 16:49:07 +0200 Subject: [PATCH] build: Bump PowerAPI package version to 2.6.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 7b16a2ac..3ec91fcb 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.5.0" +__version__ = "2.6.0"