Skip to content

Commit d63769d

Browse files
committed
Bump version: 0.12.2 → 0.12.3
1 parent a48f0b2 commit d63769d

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.12.2
2+
current_version = 0.12.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.12.2"
9+
__version__ = "0.12.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.12.2"
3+
version = "0.12.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)