From 1fa1e8dc899f5b5b3fa6552b8cb2757fc4668f56 Mon Sep 17 00:00:00 2001 From: Christopher Toth Date: Tue, 10 Dec 2024 21:45:38 -0500 Subject: [PATCH] Bump version to 1.5.4 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a3e8f03..79184a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "platform_utils" -version = "1.5.3" +version = "1.5.4" authors = [ {name = "Christopher Toth", email = "q@q-continuum.net"}, ] diff --git a/setup.py b/setup.py index 1fd4e4d..9c28b53 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import io -__version__ = '1.5.3' +__version__ = '1.5.4' setup(