From e8995a01050db80eebff57f63715590c149347e6 Mon Sep 17 00:00:00 2001 From: RuslanBergenov Date: Tue, 2 Aug 2022 20:10:42 -0600 Subject: [PATCH] release 1.12.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 152c2e21..65d2e87c 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-facebook', - version='1.12.2', + version='1.12.3', description='Singer.io tap for extracting data from the Facebook Ads API', author='Stitch', url='https://singer.io',