We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f6a56 commit 3cd12faCopy full SHA for 3cd12fa
twitter_openapi_python/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "twitter_openapi_python"
3
-version = "0.0.13"
+version = "0.0.14"
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.13"
+VERSION = "0.0.14"
7
PYTHON_REQUIRES = ">=3.7"
8
REQUIRES = [
9
"twitter_openapi_python_generated == 0.0.9",
0 commit comments