We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e9337 commit 99face4Copy full SHA for 99face4
.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
8
- run:
9
name: 'Setup virtual env'
10
command: |
11
- uv venv --python 3.9 /usr/local/share/virtualenvs/tap-mailshake
+ uv venv --python 3.12 /usr/local/share/virtualenvs/tap-mailshake
12
source /usr/local/share/virtualenvs/tap-mailshake/bin/activate
13
uv pip install .
14
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import setup, find_packages
4
5
setup(name='tap-mailshake',
6
- version='0.1.0',
+ version='0.2.0',
7
description='Singer.io tap for extracting data from the Mailshake API',
author='[email protected]',
classifiers=['Programming Language :: Python :: 3 :: Only'],
0 commit comments