diff --git a/.bumpversion.cfg b/.bumpversion.cfg new file mode 100644 index 0000000..748a7ce --- /dev/null +++ b/.bumpversion.cfg @@ -0,0 +1,8 @@ +[bumpversion] +current_version = 4.4.5 +commit = True +tag = True +tag_name = {new_version} + +[bumpversion:file:django_mailbox/__init__.py] +