From c1776e01d3fb33f515840a987bcd7120009db72d Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 24 Dec 2021 23:13:32 +0200
Subject: [PATCH] Remove setup.py from bump2version.

It gets the version from the module itself.
---
 setup.cfg | 2 --
 1 file changed, 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 926019b..fc90c0d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,6 +6,4 @@ tag = True
 [bdist_wheel]
 universal = 1
 
-[bumpversion:file:setup.py]
-
 [bumpversion:glob:*/__init__.py]
-- 
GitLab