Skip to content

Commit aa8f5f3

Browse files
committed
chore: prepare release
1 parent b21f568 commit aa8f5f3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CLAUDE.md

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

33
> **Context file for AI agents (Claude, GPT, etc.)**
44
> Last updated: November 8, 2025
5-
> Project version: 1.1.0
5+
> Project version: 1.1.1
66
77
---
88

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async def lifespan(app: FastAPI):
2626
title="VEXGen",
2727
description=DESCRIPTION,
2828
docs_url=settings.DOCS_URL,
29-
version="1.1.0",
29+
version="1.1.1",
3030
contact={
3131
"name": "Secure Chain Team",
3232
"url": "https://github.com/securechaindev",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "securechain-vexgen"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "A simple generating tool of Vulnerability Exploitability eXchange (VEX) and Threat Intelligence eXchange (TIX) files"
55
readme = "README.md"
66
requires-python = ">=3.13"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)