We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19159a commit 167ea5bCopy full SHA for 167ea5b
.github/workflows/merge.yml
@@ -3,6 +3,8 @@ on:
3
pull_request:
4
branches: [main]
5
types: [closed]
6
+ push:
7
+ branches: [main]
8
jobs:
9
deploy:
10
runs-on: ubuntu-latest
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "stig_edit"
-version = "1.0.5"
+version = "1.0.6"
authors = [
{ name="fourhole", email="fourhole7@gmail.com" },
]
0 commit comments