We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699dfb1 commit f9cb048Copy full SHA for f9cb048
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.7.1
+current_version = 0.7.2
3
commit = True
4
tag = True
5
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-twitter-v2"
-version = "0.7.1"
+version = "0.7.2"
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.7.1"
+__version__ = "0.7.2"
from .api import Api
from .streaming import StreamApi
0 commit comments