We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babb3fa commit 687789fCopy full SHA for 687789f
2 files changed
twitter_openapi_python/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "twitter_openapi_python"
3
-version = "0.0.9"
+version = "0.0.10"
4
description = "Twitter OpenAPI"
5
authors = ["fa0311 <yuki@yuki0311.com>"]
6
license = "proprietary" # or "AGPL-3.0-only"
twitter_openapi_python/setup.py
@@ -3,7 +3,7 @@
from setuptools import find_packages, setup
NAME = "twitter_openapi_python"
-VERSION = "0.0.9"
+VERSION = "0.0.10"
7
PYTHON_REQUIRES = ">=3.7"
8
REQUIRES = [
9
"twitter_openapi_python_generated == 0.0.6",
0 commit comments