From fdbd850d231104fc6264536e2ef7d082152adf9e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 10 Jun 2024 09:41:34 +0200 Subject: [PATCH] lint rwx --- rwx/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rwx/__init__.py b/rwx/__init__.py index b8023d8..a721b9a 100644 --- a/rwx/__init__.py +++ b/rwx/__init__.py @@ -1 +1,2 @@ -__version__ = '0.0.1' +"""Read Write eXecute.""" +__version__ = "0.0.1"