Skip to content

Commit 4e3b6ce

Browse files
committed
release: publish 0.1.1
1 parent 042dde5 commit 4e3b6ce

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "code2skill"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Turn a code repository into structured AI skill context."
99
readme = "README.md"
1010
requires-python = ">=3.10"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-e .[dev]

src/code2skill/__init__.py

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

55
from typing import TYPE_CHECKING, Any
66

7-
__version__ = "0.1.0"
7+
__version__ = "0.1.1"
88

99
__all__ = [
1010
"ScanExecution",

0 commit comments

Comments
 (0)