Skip to content

Commit c65d9c3

Browse files
authored
Merge pull request #16 from advanced-security/jeongsoolee09/update-pyproject
Bump version and amend repository
2 parents a83be8a + 110c49b commit c65d9c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "codeql-bundle"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Tool to create custom CodeQL bundles"
55
authors = ["Remco Vermeulen <rvermeulen@users.noreply.github.com>"]
66
readme = "README.md"
77
packages = [{include = "codeql_bundle"}]
88
license = "MIT"
9-
repository = "https://github.com/rvermeulen/codeql-bundle"
9+
repository = "https://github.com/advanced-security/codeql-bundle"
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.11"

0 commit comments

Comments
 (0)