Skip to content
Commits on Source (3)
......@@ -50,7 +50,7 @@ adding the following to your :code:`.pre-commit-config.yaml` file:
---
repos:
- repo: https://git.shore.co.il/nimrod/yamltool.git
rev: 0.1.0 # Check for the latest tag or run pre-commit autoupdate.
rev: 0.1.1
hooks:
- id: yamltool
......
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True
......@@ -7,3 +7,5 @@ tag = True
universal = 1
[bumpversion:glob:*/__init__.py]
[bumpversion:glob:README.*]
......@@ -26,6 +26,7 @@ setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Software Development",
"Topic :: Software Development :: Debuggers",
"Topic :: Software Development :: Quality Assurance",
......
......@@ -6,4 +6,4 @@ documents (like comments and anchors).
"""
__version__ = "0.1.0"
__version__ = "0.1.1"