From 6b585ebb047bd78155d71491bf7bf3ce5e856483 Mon Sep 17 00:00:00 2001 From: Zeke Gabrielse Date: Fri, 10 Nov 2023 11:59:19 -0600 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 a96d822..b783924 100644 --- a/machineid/__init__.py +++ b/machineid/__init__.py @@ -22,7 +22,7 @@ :license: MIT, see LICENSE for more details. """ -__version__ = '0.4.5' +__version__ = '0.4.6' __author__ = 'Zeke Gabrielse' __credits__ = 'https://github.com/denisbrodbeck/machineid'