From a0b978004c3799077b113b7d48adf6c2ad75ba15 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sat, 20 Jul 2019 17:09:03 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.7.2=20=E2=86=92=201.7.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- fbchat/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2eb2b77..54d767d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.2 +current_version = 1.7.3 commit = True tag = True diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 74cf3c0..580d825 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -13,7 +13,7 @@ from ._client import Client from ._util import log # TODO: Remove this (from examples too) __title__ = "fbchat" -__version__ = "1.7.2" +__version__ = "1.7.3" __description__ = "Facebook Chat (Messenger) for Python" __copyright__ = "Copyright 2015 - 2019 by Taehoon Kim"