diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 368bfa9..3ea48f4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.3 +current_version = 0.9.4 commit = True tag = True diff --git a/pyfacebook/__init__.py b/pyfacebook/__init__.py index 97da1da..649cde3 100644 --- a/pyfacebook/__init__.py +++ b/pyfacebook/__init__.py @@ -6,4 +6,4 @@ from .error import * # noqa from .models import * # noqa -__version__ = "0.9.3" +__version__ = "0.9.4" diff --git a/pyproject.toml b/pyproject.toml index 5c035ed..fa65744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-facebook-api" -version = "0.9.3" +version = "0.9.4" description = "A simple Python wrapper around the Facebook Graph API" authors = ["Ikaros kun "] readme = "README.rst"