Skip to content

Commit 99face4

Browse files
committed
SAC-28753: Upgraded python version in .circleci/config.yml and upgraded setup.py version
1 parent 94e9337 commit 99face4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- run:
99
name: 'Setup virtual env'
1010
command: |
11-
uv venv --python 3.9 /usr/local/share/virtualenvs/tap-mailshake
11+
uv venv --python 3.12 /usr/local/share/virtualenvs/tap-mailshake
1212
source /usr/local/share/virtualenvs/tap-mailshake/bin/activate
1313
uv pip install .
1414
- run:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
setup(name='tap-mailshake',
6-
version='0.1.0',
6+
version='0.2.0',
77
description='Singer.io tap for extracting data from the Mailshake API',
88
99
classifiers=['Programming Language :: Python :: 3 :: Only'],

0 commit comments

Comments
 (0)