Skip to content

Commit 267f756

Browse files
committed
Fix for default domain
1 parent a527429 commit 267f756

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

firebird/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Client:
1616
def __init__(
1717
self,
1818
api_key,
19-
api_base_url='https://api.firebird.io',
19+
api_base_url='https://api.firebird.tel',
2020
timeout=None
2121
):
2222

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Versions should comply with PEP440. For a discussion on single-sourcing
2222
# the version across setup.py and the project code, see
2323
# https://packaging.python.org/en/latest/single_source_version.html
24-
version='0.0.1',
24+
version='0.0.2',
2525
description=(
2626
'The Firebird Python library provides a pythonic interface to the '
2727
'Firebird API.'

0 commit comments

Comments
 (0)