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