summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bumpversion.cfg6
-rw-r--r--setup.cfg8
2 files changed, 6 insertions, 8 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
new file mode 100644
index 00000000..f4e8b40b
--- /dev/null
+++ b/.bumpversion.cfg
@@ -0,0 +1,6 @@
+[bumpversion]
+current_version = 40.8.0
+commit = True
+tag = True
+
+[bumpversion:file:setup.cfg]
diff --git a/setup.cfg b/setup.cfg
index 14245edd..7a0fac15 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,8 +1,3 @@
-[bumpversion]
-current_version = 40.8.0
-commit = True
-tag = True
-
[egg_info]
tag_build = .post
tag_date = 1
@@ -25,6 +20,3 @@ universal = 1
[metadata]
license_file = LICENSE
version = 40.8.0
-
-[bumpversion:file:setup.cfg]
-