Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
secrules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
tools
secrules
Commits
d7981799f9e3
Commit
d7981799f9e3
authored
6 months ago
by
Jean-Francois Pieronne
Browse files
Options
Downloads
Patches
Plain Diff
Set version to 0.2
parent
806096d776f7
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
pyproject.toml
+
1
−
1
View file @
d7981799
...
@@ -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
"
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
d7981799
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment