Skip to content
Snippets Groups Projects
Commit d7981799f9e3 authored by Jean-Francois Pieronne's avatar Jean-Francois Pieronne
Browse files

Set version to 0.2

parent 806096d776f7
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
[project] [project]
name = "secrules" name = "secrules"
version = "0.1.0" version = "0.2.0"
description = "secrules for VSI Python 3" description = "secrules for VSI Python 3"
readme = "README.md" readme = "README.md"
requires-python = ">= 3.10" requires-python = ">= 3.10"
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# this will be the package name you will see # this will be the package name you will see
name = 'secrules', name = 'secrules',
# some version number you may wish to add - increment this after every update # some version number you may wish to add - increment this after every update
version='0.1', version='0.2',
package_data={'': ['*.exe', '*.pyi']}, package_data={'': ['*.exe', '*.pyi']},
distclass=PureDistribution, distclass=PureDistribution,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment