diff --git a/pyproject.toml b/pyproject.toml index 806096d776f712e17c17a3c3f0994c0ea855fe6d_cHlwcm9qZWN0LnRvbWw=..d7981799f9e3cac878d19413792d1aa4925041f6_cHlwcm9qZWN0LnRvbWw= 100644 --- 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 index 806096d776f712e17c17a3c3f0994c0ea855fe6d_c2V0dXAucHk=..d7981799f9e3cac878d19413792d1aa4925041f6_c2V0dXAucHk= 100644 --- 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,