diff --git a/.cookiecutter.json b/.cookiecutter.json index 53bdedc..ba278af 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "e3cbc298c409f8e8c7b2bcc13a24e6d4945a3d0e", + "_commit": "dab1f8da6cb6be90a50db1aafb4411ec61fbcb2c", "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", "add_rust_extension": false, "author": "Kyle Oliver", diff --git a/.cruft.json b/.cruft.json index e32b0d4..2dab440 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "e3cbc298c409f8e8c7b2bcc13a24e6d4945a3d0e", + "commit": "dab1f8da6cb6be90a50db1aafb4411ec61fbcb2c", "checkout": null, "context": { "cookiecutter": { @@ -18,7 +18,7 @@ "license": "MIT", "development_status": "Development Status :: 1 - Planning", "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "_commit": "e3cbc298c409f8e8c7b2bcc13a24e6d4945a3d0e" + "_commit": "dab1f8da6cb6be90a50db1aafb4411ec61fbcb2c" } }, "directory": null diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 286d28f..63ad4f4 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - main jobs: bump-version: