From 7d8f4be3b5bd63899575454c43a283e445846c11 Mon Sep 17 00:00:00 2001 From: Michele Nottoli <michele.nottoli@gmail.com> Date: Thu, 19 Oct 2023 17:23:39 +0200 Subject: [PATCH] Added setup.cfg. --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..5950aaf --- /dev/null +++ b/setup.cfg @@ -0,0 +1,4 @@ +[bumpversion] +current_version = 0.1.0 +commit = True +tag = True -- GitLab