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