File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
6
6
[project ]
7
7
name = " python-code-validator"
8
- version = " 0.1.1 "
8
+ version = " 0.1.2 "
9
9
authors = [{ name = " Qu1nel" , email = " covach.qn@gmail.com" }]
10
10
description = " A flexible framework for static validation of Python code based on JSON rules."
11
11
readme = " README.md"
@@ -24,6 +24,7 @@ classifiers = [
24
24
25
25
[project .urls ]
26
26
"Homepage" = " https://github.com/Qu1nel/PythonCodeValidator"
27
+ "Documentation" = " https://pythoncodevalidator.readthedocs.io/en/latest/"
27
28
"Bug Tracker" = " https://github.com/Qu1nel/PythonCodeValidator/issues"
28
29
29
30
Original file line number Diff line number Diff line change 22
22
"ValidationFailedError" ,
23
23
"RuleParsingError" ,
24
24
]
25
- __version__ = "0.1.0 "
25
+ __version__ = "0.1.2 "
You can’t perform that action at this time.
0 commit comments