From 13510c871e4112be2bd59c9b70e60eddc642443a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 25 Dec 2021 00:01:11 +0200
Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.rst           | 2 +-
 setup.cfg            | 2 +-
 yamltool/__init__.py | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index 58eb36c..1f13daa 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 21c108e..f400378 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 af621fc..8a528cb 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"
-- 
GitLab