Skip to content

Commit 935c29d

Browse files
committed
Bump version: 0.18.0 → 0.19.0
1 parent 757482d commit 935c29d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.18.0
2+
current_version = 0.19.0
33
commit = True
44
tag = True
55

pyfacebook/__init__.py

+1-1
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.18.0"
9+
__version__ = "0.19.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-facebook-api"
3-
version = "0.18.0"
3+
version = "0.19.0"
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)