diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..73d18f56 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,7 @@ +[bumpversion] +current_version = 0.8.0 +tag = True +commit = True + +[bumpversion:file:setup.py] +[bumpversion:file:GPy/__init__.py]