Skip to content

Commit 1fadfe6

Browse files
authored
Merge pull request #14 from advanced-security/jeongsoolee09/fix-version
Fix package version in `pyproject.toml`
2 parents 05c186f + 8442fcd commit 1fadfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codeql-bundle"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Tool to create custom CodeQL bundles"
55
authors = ["Remco Vermeulen <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)