We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48f0b2 commit d63769dCopy full SHA for d63769d
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.12.2
+current_version = 0.12.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.12.2"
+__version__ = "0.12.3"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-facebook-api"
-version = "0.12.2"
+version = "0.12.3"
description = "A simple Python wrapper around the Facebook Graph API"
authors = ["Ikaros kun <[email protected]>"]
readme = "README.rst"
0 commit comments