From 75ed469c6ab66dcf0143ad12228e0749b11c22f2 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 24 Dec 2021 23:13:58 +0200
Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.1=20=E2=86=92=200.1.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/setup.cfg b/setup.cfg
index fc90c0d..8e634d2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.0.1
+current_version = 0.1.0
 commit = True
 tag = True
 
diff --git a/yamltool/__init__.py b/yamltool/__init__.py
index 892e8e9..af621fc 100644
--- a/yamltool/__init__.py
+++ b/yamltool/__init__.py
@@ -6,4 +6,4 @@ documents (like comments and anchors).
 """
 
 
-__version__ = "0.0.1"
+__version__ = "0.1.0"
-- 
GitLab