Skip to content

Commit 12638aa

Browse files
authored
Update pyproject.toml
1 parent 9f714f1 commit 12638aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[tool.poetry]
22
name = "pySigma-backend-sqlite"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "pySigma sqlite backend"
55
readme = "README.md"
66
authors = ["wagga"]
77
license = "LGPL-3.0-only"
8-
repository = "https://github.com/wagga40/pySigma-backend-sqlite"
8+
repository = "https://github.com/SigmaHQ/pySigma-backend-sqlite"
99
packages = [
1010
{ include = "sigma" }
1111
]
@@ -40,11 +40,11 @@ dependencies = [
4040
"pysigma>=0.10.2",
4141
]
4242
name = "pySigma-backend-sqlite"
43-
version = "0.1.0"
43+
version = "0.1.1"
4444
description = "pySigma sqlite backend"
4545

4646
[project.urls]
47-
repository = "https://github.com/wagga40/pySigma-backend-sqlite"
47+
repository = "https://github.com/SigmaHQ/pySigma-backend-sqlite"
4848

4949
[project.group.dev.dependencies]
5050
pytest = "^7.4.0"

0 commit comments

Comments
 (0)