From ba050b070fcd9d2a920a54453c3aa4b8b1cc7dd7 Mon Sep 17 00:00:00 2001
From: Sergei Konik <s.konik.dev@gmail.com>
Date: Sat, 8 Apr 2023 20:28:35 +0400
Subject: [PATCH] package: bump version

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index cce6454..04777d2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "git-limiter"
-version = "0.1.0"
+version = "0.1.1"
 description = "Tool allowing to prevent commiting huge diffs"
 authors = ["Sergei Konik <s.konik.dev@gmail.com>"]
 packages = [{include = "git_limiter"}]