# HG changeset patch
# User jfp <jf.pieronne@laposte.net>
# Date 1715864602 -7200
#      Thu May 16 15:03:22 2024 +0200
# Node ID cd899269b2fd2c66c22125276fe39069d3e706d0
# Parent  bdb3ed4ad7b32f803c313140595df0c55843df6f
Update version to 0.4.0 to ovms module

diff --git a/python/local/ovms_module/pyproject.toml b/python/local/ovms_module/pyproject.toml
--- a/python/local/ovms_module/pyproject.toml
+++ b/python/local/ovms_module/pyproject.toml
@@ -7,7 +7,7 @@
 
 [project]
 name = "ovms"
-version = "0.3.0"
+version = "0.4.0"
 description = "ovms extension for VSI Python 3"
 readme = "README.md"
 requires-python = ">= 3.10"
diff --git a/python/local/ovms_module/setup.py b/python/local/ovms_module/setup.py
--- a/python/local/ovms_module/setup.py
+++ b/python/local/ovms_module/setup.py
@@ -11,7 +11,7 @@
     # this will be the package name you will see
     name = 'ovms',
     # some version number you may wish to add - increment this after every update
-    version='0.3',
+    version='0.4',
     package_data={'': ['*.exe', '*.pyi']},
     distclass=BinaryDistribution,