Skip to content

Commit 87cf921

Browse files
committed
0.5.0
1 parent b0698b4 commit 87cf921

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Python application
22

33
on:
44
push:
5-
branches: ["asdf"]
5+
branches: ["main"]
66
pull_request:
7-
branches: ["asdf"]
7+
branches: ["main"]
88

99
permissions:
1010
contents: read

src/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "demoparser2"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2021"
55

66

0 commit comments

Comments
 (0)