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(