Skip to content

Commit a689e68

Browse files
author
zhangshulin
committed
更新版本至 1.1.13,添加项目仓库链接
1 parent 163bf3a commit a689e68

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docapi/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from docapi.docapi import DocAPI
1010

1111

12-
VERSION = '1.1.12'
12+
VERSION = '1.1.13'
1313

1414

1515
class Main:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[tool.poetry]
22
name = "docapi"
3-
version = "1.1.12"
3+
version = "1.1.13"
44
description = "DocAPI is a Python package that automatically generates API documentation using LLMs. It currently supports Flask and Django frameworks."
55
authors = ["zhangshulin <zhangslwork@yeah.net>"]
66
license = "Apache-2.0"
77
readme = "README.md"
8+
repository = "https://github.com/NewToolAI/docapi"
89

910
[tool.poetry.dependencies]
1011
python = ">=3.8,<4"

0 commit comments

Comments
 (0)