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 91bb6b1 commit c7f2162Copy full SHA for c7f2162
β.bumpversion.cfgβ
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.8.0
+current_version = 0.8.1
3
commit = True
4
tag = True
5
βpyproject.tomlβ
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-twitter-v2"
-version = "0.8.0"
+version = "0.8.1"
description = "A simple Python wrapper for Twitter API v2 β¨ π° β¨"
authors = ["ikaroskun <[email protected]>"]
6
license = "MIT"
βpytwitter/__init__.pyβ
@@ -1,4 +1,4 @@
-__version__ = "0.8.0"
+__version__ = "0.8.1"
from .api import Api
from .streaming import StreamApi
0 commit comments