Skip to content

Commit 1a1cdbf

Browse files
committed
[project] Version 0.1.2
Add Docs link in PyPi page
1 parent ef81993 commit 1a1cdbf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "python-code-validator"
8-
version = "0.1.1"
8+
version = "0.1.2"
99
authors = [{ name = "Qu1nel", email = "covach.qn@gmail.com" }]
1010
description = "A flexible framework for static validation of Python code based on JSON rules."
1111
readme = "README.md"
@@ -24,6 +24,7 @@ classifiers = [
2424

2525
[project.urls]
2626
"Homepage" = "https://github.com/Qu1nel/PythonCodeValidator"
27+
"Documentation" = "https://pythoncodevalidator.readthedocs.io/en/latest/"
2728
"Bug Tracker" = "https://github.com/Qu1nel/PythonCodeValidator/issues"
2829

2930

src/code_validator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
"ValidationFailedError",
2323
"RuleParsingError",
2424
]
25-
__version__ = "0.1.0"
25+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)