From 2aa5ddb04e1027b776d23e55e27470ecaebea317 Mon Sep 17 00:00:00 2001 From: ikaros Date: Sun, 20 Mar 2022 12:24:24 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.4=20=E2=86=92=200.7.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- pytwitter/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 51ba1d1..3f3fd0b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.4 +current_version = 0.7.5 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 37613f1..27b2288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-twitter-v2" -version = "0.7.4" +version = "0.7.5" description = "A simple Python wrapper for Twitter API v2 ✨ 🍰 ✨" authors = ["ikaroskun "] license = "MIT" diff --git a/pytwitter/__init__.py b/pytwitter/__init__.py index cb59b8b..62d69df 100644 --- a/pytwitter/__init__.py +++ b/pytwitter/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.7.4" +__version__ = "0.7.5" from .api import Api from .streaming import StreamApi