From e62ab478e6d19b6a0b7ec52d9cbff3f3d12eff93 Mon Sep 17 00:00:00 2001 From: ikaroskun Date: Mon, 28 Jun 2021 16:58:56 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.2=20=E2=86=92=200.9.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyfacebook/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ed6cafe..368bfa9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.2 +current_version = 0.9.3 commit = True tag = True diff --git a/pyfacebook/__init__.py b/pyfacebook/__init__.py index 9c30755..97da1da 100644 --- a/pyfacebook/__init__.py +++ b/pyfacebook/__init__.py @@ -6,4 +6,4 @@ from .error import * # noqa from .models import * # noqa -__version__ = "0.9.2" +__version__ = "0.9.3" diff --git a/pyproject.toml b/pyproject.toml index 40650ba..5c035ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-facebook-api" -version = "0.9.2" +version = "0.9.3" description = "A simple Python wrapper around the Facebook Graph API" authors = ["Ikaros kun "] readme = "README.rst"