From 361dfc5f2d068e779d8e6f6e27d7adaf50476b19 Mon Sep 17 00:00:00 2001 From: ikaroskun Date: Thu, 7 Apr 2022 10:45:45 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.5=20=E2=86=92=200.7.6?= 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 3f3fd0b..3bab9ea 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.5 +current_version = 0.7.6 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 27b2288..c43a878 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-twitter-v2" -version = "0.7.5" +version = "0.7.6" description = "A simple Python wrapper for Twitter API v2 ✨ 🍰 ✨" authors = ["ikaroskun "] license = "MIT" diff --git a/pytwitter/__init__.py b/pytwitter/__init__.py index 62d69df..ea71c14 100644 --- a/pytwitter/__init__.py +++ b/pytwitter/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.7.5" +__version__ = "0.7.6" from .api import Api from .streaming import StreamApi