From 10656015b7a9cf01b45e50e5579935ece74d4b1e Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Thu, 21 Nov 2019 11:33:46 +0100 Subject: [PATCH] add version --- src/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/__init__.py b/src/__init__.py index 281af6f..e9ae451 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1 +1,2 @@ -__all__ = ["manjaro_hello"] \ No newline at end of file +__all__ = ["manjaro_hello"] +__version__ = "0.6.3"