Skip to content

Commit 68ef421

Browse files
committed
Bump version: 0.7.0 → 0.7.1
1 parent 8e9eca5 commit 68ef421

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.7.0
2+
current_version = 0.7.1
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 .error import * # noqa
77
from .models import * # noqa
88

9-
__version__ = "0.7.0"
9+
__version__ = "0.7.1"

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.7.0"
3+
version = "0.7.1"
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)