Skip to content

Commit 687789f

Browse files
committed
Bump version to 0.0.10
Signed-off-by: ふぁ <yuki@yuki0311.com>
1 parent babb3fa commit 687789f

2 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.9"
3+
version = "0.0.10"
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.9"
6+
VERSION = "0.0.10"
77
PYTHON_REQUIRES = ">=3.7"
88
REQUIRES = [
99
"twitter_openapi_python_generated == 0.0.6",

0 commit comments

Comments
 (0)