Skip to content

Commit 6135899

Browse files
committed
update version 0.0.13
Signed-off-by: ふぁ <yuki@yuki0311.com>
1 parent c71e83d commit 6135899

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

twitter_openapi_python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include = ["twitter_openapi_python/py.typed"]
1414
python = "^3.7"
1515
pydantic = ">=2.6"
1616

17-
twitter-openapi-python-generated = "0.0.7"
17+
twitter-openapi-python-generated = "0.0.9"
1818

1919
[tool.poetry.dev-dependencies]
2020

twitter_openapi_python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
from setuptools import find_packages, setup
44

55
NAME = "twitter_openapi_python"
6-
VERSION = "0.0.12"
6+
VERSION = "0.0.13"
77
PYTHON_REQUIRES = ">=3.7"
88
REQUIRES = [
9-
"twitter_openapi_python_generated == 0.0.6",
9+
"twitter_openapi_python_generated == 0.0.9",
1010
"pydantic >= 2.6",
1111
]
1212

0 commit comments

Comments
 (0)