We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d56b7 commit ef7e479Copy full SHA for ef7e479
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.19.0
+current_version = 0.20.0
3
commit = True
4
tag = True
5
pyfacebook/__init__.py
@@ -6,4 +6,4 @@
6
from pyfacebook.api.instagram_business.client import IGBusinessApi
7
from pyfacebook.api.instagram_basic.client import IGBasicDisplayApi
8
9
-__version__ = "0.19.0"
+__version__ = "0.20.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-facebook-api"
-version = "0.19.0"
+version = "0.20.0"
description = "A simple Python wrapper around the Facebook Graph API"
authors = ["Ikaros kun <merle.liukun@gmail.com>"]
readme = "README.rst"
0 commit comments