We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7279245 commit ae818f1Copy full SHA for ae818f1
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.14.2
+current_version = 0.14.3
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.14.2"
+__version__ = "0.14.3"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-facebook-api"
-version = "0.14.2"
+version = "0.14.3"
description = "A simple Python wrapper around the Facebook Graph API"
authors = ["Ikaros kun <[email protected]>"]
readme = "README.rst"
0 commit comments