From 8bbf72d2234ccbfef3c4c72e5714aa07c0a0b492 Mon Sep 17 00:00:00 2001 From: GitHub Pipeline Date: Mon, 9 Jan 2023 19:37:39 +0000 Subject: [PATCH] Automated Version Increment to 0.2.0 --- README.md | 2 +- fan_manager/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15aa259..9c4c4ed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Fan-Manager -*Version: 0.1.0* +*Version: 0.2.0* Manager your Dell PowerEdge Fan Speed with this handy tool! diff --git a/fan_manager/version.py b/fan_manager/version.py index 49631b0..c650606 100644 --- a/fan_manager/version.py +++ b/fan_manager/version.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # coding: utf-8 -__version__ = '0.1.0' +__version__ = '0.2.0' __author__ = 'Audel Rouhi' __credits__ = 'Audel Rouhi'