From b056817103d2c823ff87679f39e69baa257562a3 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Fri, 18 Jun 2021 08:21:36 -0500 Subject: [PATCH] setup bump2version --- setup.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..518229a --- /dev/null +++ b/setup.cfg @@ -0,0 +1,7 @@ +[bumpversion] +current_version = 0.1.0 +commit = True +tag = True + +[bumpversion:file:setup.py] +[bumpversion:file:pypi_list/__init__.py]