Skip to content

Commit d53587e

Browse files
committed
new version
1 parent cce5ad6 commit d53587e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name = 'tomba-io',
8-
version = '1.0.2',
8+
version = '1.0.3',
99
license='Apache-2.0',
1010
description = 'Tomba.io is an Email Finder for B2B sales and email marketing',
1111
long_description=long_description,

tomba/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
#
3838
# Questions? https://help.tomba.io/en/ API docs https://developer.tomba.io/ Email us [email protected]
3939
#
40-
__version__ = "2023.01.02.master"
40+
__version__ = "2023.04.03.master"

tomba/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def __init__(self):
88
self._endpoint = 'https://api.tomba.io/v1'
99
self._global_headers = {
1010
'content-type': '',
11-
'x-sdk-version': 'tomba:python:v1.0.1',
11+
'x-sdk-version': 'tomba:python:v1.0.3',
1212
}
1313

1414
def set_self_signed(self, status=True):

0 commit comments

Comments
 (0)