Skip to content

Commit e492579

Browse files
committed
update 0.0.12
Signed-off-by: ふぁ <[email protected]>
1 parent 96ddd29 commit e492579

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

twitter_openapi_python/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 = "twitter_openapi_python"
3-
version = "0.0.11"
3+
version = "0.0.12"
44
description = "Twitter OpenAPI"
55
authors = ["fa0311 <[email protected]>"]
66
license = "proprietary" # or "AGPL-3.0-only"
0 Bytes
Binary file not shown.

twitter_openapi_python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import find_packages, setup
44

55
NAME = "twitter_openapi_python"
6-
VERSION = "0.0.10"
6+
VERSION = "0.0.12"
77
PYTHON_REQUIRES = ">=3.7"
88
REQUIRES = [
99
"twitter_openapi_python_generated == 0.0.6",

0 commit comments

Comments
 (0)