From 87415279c7148a30d157260c0481e27c14ec9ebd Mon Sep 17 00:00:00 2001 From: Dan Mosora Date: Mon, 25 Sep 2017 16:51:38 -0400 Subject: [PATCH] Version bump to 1.0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e8561a12..752a0f74 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-facebook', - version='1.0.4', + version='1.0.5', description='Singer.io tap for extracting data from the Facebook Ads API', author='Stitch', url='https://singer.io',