# HG changeset patch
# User Jean-Francois Pieronne <jf.pieronne@laposte.net>
# Date 1733934909 -3600
#      Wed Dec 11 17:35:09 2024 +0100
# Node ID d7981799f9e3cac878d19413792d1aa4925041f6
# Parent  806096d776f712e17c17a3c3f0994c0ea855fe6d
Set version to 0.2

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