We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0698b4 commit 87cf921Copy full SHA for 87cf921
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: Python application
2
3
on:
4
push:
5
- branches: ["asdf"]
+ branches: ["main"]
6
pull_request:
7
8
9
permissions:
10
contents: read
src/python/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "demoparser2"
-version = "0.4.1"
+version = "0.5.0"
edition = "2021"
0 commit comments