Skip to content

Commit

Permalink
Version Bump: 0.0.10 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammokhov authored Mar 14, 2024
1 parent 61b46bf commit 9dc26ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ deepdiff==5.8.0
Jinja2==3.1.3
jsonschema>=3.0.1,<4.0
markupsafe==2.0.1
pip==23.3
pip>=23.3
pre-commit>=2.21.0
pylint>=2.15.10
pytest-cov>=4.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def read_requirements(req):

setuptools.setup(
name="resource-schema-guard-rail",
version="0.0.9",
version="0.0.10",
description="Schema Guard Rail",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9dc26ff

Please sign in to comment.