8000 feat: add svcEngineUtils models · u2d-ai/msaDocModels@a5a79c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit a5a79c0

Browse files
committed
feat: add svcEngineUtils models
1 parent 15fad61 commit a5a79c0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# msaDocModels Release Notes
22
## Possible future features:
33

4+
# 0.0.111
5+
6+
- add svcEngineUtils models
7+
48
# 0.0.110
59

610
- add svcEngineUtils models, update pyproject.toml

msaDocModels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import glob
22
from os.path import basename, dirname, isfile, join
33

4-
version = "0.0.110"
4+
version = "0.0.111"
55
__author__ = "Stefan Welcker"
66
__copyright__ = "Copyright 2022, U2D.ai"
77
__license__ = "MIT"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "msaDocModels"
3-
version = "0.0.110"
3+
version = "0.0.111"
44
description = "MSA Document Pydantic Models and Schemas, used to store Parser, NLP, NLU and AI results for processed documents"
55
authors = ["Stefan Welcker"]
66
readme = "README.md"

0 commit comments

Comments
 (0)
0