From 385f2663aef06156359b4ee3ee76f973dd4a6e22 Mon Sep 17 00:00:00 2001 From: Christopher Toth Date: Tue, 10 Dec 2024 21:15:17 -0500 Subject: [PATCH] Bump version to 1.5.2 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1370a30..ad59823 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "platform_utils" -version = "1.5.1" +version = "1.5.2" authors = [ {name = "Christopher Toth", email = "q@q-continuum.net"}, ] diff --git a/setup.py b/setup.py index a5d5a9b..9631c70 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import io -__version__ = '1.5.1' +__version__ = '1.5.2' setup(