Skip to content

Commit 3cd12fa

Browse files
committed
update 0.0.14
Signed-off-by: ふぁ <yuki@yuki0311.com>
1 parent b5f6a56 commit 3cd12fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.13"
3+
version = "0.0.14"
44
description = "Twitter OpenAPI"
55
authors = ["fa0311 <yuki@yuki0311.com>"]
66
license = "proprietary" # or "AGPL-3.0-only"

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.13"
6+
VERSION = "0.0.14"
77
PYTHON_REQUIRES = ">=3.7"
88
REQUIRES = [
99
"twitter_openapi_python_generated == 0.0.9",

0 commit comments

Comments
 (0)