Skip to content

Commit c0aa73f

Browse files
committed
Bump version: 0.20.1 → 0.24.0
1 parent a426d34 commit c0aa73f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.20.1
2+
current_version = 0.24.0
33
commit = True
44
tag = True
55

pyfacebook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
from pyfacebook.api.instagram_business.client import IGBusinessApi
1212
from pyfacebook.api.instagram_basic.client import IGBasicDisplayApi
1313

14-
__version__ = "0.20.1"
14+
__version__ = "0.24.0"

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-facebook-api"
3-
version = "0.20.1"
3+
version = "0.24.0"
44
description = "A simple Python wrapper around the Facebook Graph API"
55
authors = ["Ikaros kun <merle.liukun@gmail.com>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)