Skip to content

Commit 5a9e0a7

Browse files
authored
Add the missing folder to the (#10)
1 parent 63c3adc commit 5a9e0a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ include = [
4545
"socketdev.purl",
4646
"socketdev.quota",
4747
"socketdev.report",
48+
"socketdev.repos",
4849
"socketdev.repositories",
4950
"socketdev.sbom",
5051
"socketdev.settings",

socketdev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
__author__ = 'socket.dev'
22-
__version__ = '1.0.11'
22+
__version__ = '1.0.12'
2323
__all__ = [
2424
"socketdev"
2525
]

0 commit comments

Comments
 (0)