Skip to content

Commit

Permalink
Bump version: 0.11.2 → 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MerleLiuKun committed Oct 21, 2021
1 parent 36f94d7 commit c30563f
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.2
current_version = 0.12.0
commit = True
tag = True

2 changes: 1 addition & 1 deletion pyfacebook/__init__.py
Original file line number Diff line number Diff line change
@@ -6,4 +6,4 @@
from pyfacebook.api.instagram_business.client import IGBusinessApi
from pyfacebook.api.instagram_basic.client import IGBasicDisplayApi

__version__ = "0.11.2"
__version__ = "0.12.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-facebook-api"
version = "0.11.2"
version = "0.12.0"
description = "A simple Python wrapper around the Facebook Graph API"
authors = ["Ikaros kun <merle.liukun@gmail.com>"]
readme = "README.rst"

0 comments on commit c30563f

Please sign in to comment.