Skip to content

Commit ae818f1

Browse files
committed
Bump version: 0.14.2 → 0.14.3
1 parent 7279245 commit ae818f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

pyfacebook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from pyfacebook.api.instagram_business.client import IGBusinessApi
77
from pyfacebook.api.instagram_basic.client import IGBasicDisplayApi
88

9-
__version__ = "0.14.2"
9+
__version__ = "0.14.3"

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.14.2"
3+
version = "0.14.3"
44
description = "A simple Python wrapper around the Facebook Graph API"
55
authors = ["Ikaros kun <[email protected]>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)