diff --git a/.bumpversion.cfg b/.bumpversion.cfg new file mode 100644 index 000000000..5e4c9e195 --- /dev/null +++ b/.bumpversion.cfg @@ -0,0 +1,8 @@ +[bumpversion] +current_version = 0.23.0 +commit = True +tag = True +tag_name = {new_version} + +[bumpversion:file:scrapy/VERSION] +