From e8917ff18eb98e37d378875a49c8ff57ee950d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20d=27Az=C3=A9mar?= Date: Mon, 3 Feb 2020 11:26:37 +0100 Subject: [PATCH] build: Update package version to 0.4.1 --- smartwatts/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartwatts/__init__.py b/smartwatts/__init__.py index 36f487a..a972b90 100644 --- a/smartwatts/__init__.py +++ b/smartwatts/__init__.py @@ -14,4 +14,4 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -__version__ = '0.3.0' +__version__ = '0.4.1'