From aec2edbc00e31e49071621278be8cafb20ea89fd Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 25 Dec 2021 00:34:55 +0200
Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.1=20=E2=86=92=200.1.2?=
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 1f13daa..71c61a6 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 f400378..27e3ba0 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 8a528cb..40b0e48 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"
-- 
GitLab