From 815018880bb49a51619a59ad429b31d33b2da950 Mon Sep 17 00:00:00 2001 From: Zeke Gabrielse Date: Thu, 2 Nov 2023 12:48:24 -0500 Subject: [PATCH] bump patch --- machineid/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machineid/__init__.py b/machineid/__init__.py index 7c09cf5..baf818e 100644 --- a/machineid/__init__.py +++ b/machineid/__init__.py @@ -22,7 +22,7 @@ :license: MIT, see LICENSE for more details. """ -__version__ = '0.4.4' +__version__ = '0.4.5' __author__ = 'Zeke Gabrielse' __credits__ = 'https://github.com/denisbrodbeck/machineid'