Skip to content

Commit 4be6f97

Browse files
committed
Bump version: 0.7.7 β†’ 0.7.8
1 parent cf6f30b commit 4be6f97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Ž.bumpversion.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.7
2+
current_version = 0.7.8
33
commit = True
44
tag = True
55

β€Ž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 = "python-twitter-v2"
3-
version = "0.7.7"
3+
version = "0.7.8"
44
description = "A simple Python wrapper for Twitter API v2 ✨ 🍰 ✨"
55
authors = ["ikaroskun <[email protected]>"]
66
license = "MIT"

β€Žpytwitter/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.7.7"
1+
__version__ = "0.7.8"
22

33
from .api import Api
44
from .streaming import StreamApi

0 commit comments

Comments
Β (0)