From aef69f7a368cc946f21a40efce6a84809d31b821 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 11 Aug 2021 08:31:45 +0300
Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.2=20=E2=86=92=200.7.3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/setup.cfg b/setup.cfg
index ddf64f1..4bff37d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.7.2
+current_version = 0.7.3
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index f86199b..dc0c78e 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ extras_require["all"] = list(
 
 setup(
     name="template",
-    version="0.7.2",
+    version="0.7.3",
     description=description,
     long_description=open("README.rst", "r").read(),
     long_description_content_type="text/x-rst",
diff --git a/template/__init__.py b/template/__init__.py
index 7b2a941..c611298 100644
--- a/template/__init__.py
+++ b/template/__init__.py
@@ -23,7 +23,7 @@ except ImportError:
     pass
 
 
-__version__ = "0.7.2"
+__version__ = "0.7.3"
 
 
 def render(template_string):
-- 
GitLab