Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti committed Jun 25, 2019
1 parent f410d27 commit 174cd4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

from setuptools import setup

setup(name='tap-salesforce',
version='1.4.24',
description='Singer.io tap for extracting data from the Salesforce API',
setup(name='pipelinewise-tap-salesforce',
version='1.0.0',
description='Singer.io tap for extracting data from the Salesforce API - PipelineWise compatible',
author='Stitch',
url='https://singer.io',
url='https://github.com/transferwise/pipelinewise-tap-salesforce',
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_salesforce'],
install_requires=[
Expand Down

0 comments on commit 174cd4f

Please sign in to comment.