diff --git a/README.rst b/README.rst index 1f13daaa0c47ed77de8153ad605a8dcf862fd650..71c61a652b7a207864dee06eb3e2803e071de6d3 100644 --- a/README.rst +++ b/README.rst @@ -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.1 + rev: 0.1.2 hooks: - id: yamltool diff --git a/setup.cfg b/setup.cfg index f4003786977e6a1e85a6ddb7169e601679a357f1..27e3ba0aa86c24499d3fde44481bb49955686965 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True diff --git a/yamltool/__init__.py b/yamltool/__init__.py index 8a528cbe26a30fe1d71e5c141c84934238d3ceda..40b0e483e6dbfd55f987936edea8f915a97246ca 100644 --- a/yamltool/__init__.py +++ b/yamltool/__init__.py @@ -6,4 +6,4 @@ documents (like comments and anchors). """ -__version__ = "0.1.1" +__version__ = "0.1.2"