From ff26bb0ff2e977e4c94c2450d4142221a40aee38 Mon Sep 17 00:00:00 2001 From: tmpz23 <28760271+tmpz23@users.noreply.github.com> Date: Mon, 7 Feb 2022 07:58:03 +0100 Subject: [PATCH] Update afstool.py All commands are now implemented. Documentation is also added and we can start with this. --- afstool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afstool.py b/afstool.py index 1f6d751..850c2cd 100644 --- a/afstool.py +++ b/afstool.py @@ -9,7 +9,7 @@ import re import time -__version__ = "0.0.5" +__version__ = "0.1.0" __author__ = "rigodron, algoflash, GGLinnk" __license__ = "MIT" __status__ = "developpement"