Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Sep 14, 2023
1 parent b30e3cc commit fddd9d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python application

on:
push:
branches: ["asdf"]
branches: ["main"]
pull_request:
branches: ["asdf"]
branches: ["main"]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion src/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "demoparser2"
version = "0.5.0"
version = "0.5.1"
edition = "2021"


Expand Down

0 comments on commit fddd9d4

Please sign in to comment.