We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a527429 commit 267f756Copy full SHA for 267f756
firebird/client.py
@@ -16,7 +16,7 @@ class Client:
16
def __init__(
17
self,
18
api_key,
19
- api_base_url='https://api.firebird.io',
+ api_base_url='https://api.firebird.tel',
20
timeout=None
21
):
22
setup.py
@@ -21,7 +21,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
23
# https://packaging.python.org/en/latest/single_source_version.html
24
- version='0.0.1',
+ version='0.0.2',
25
description=(
26
'The Firebird Python library provides a pythonic interface to the '
27
'Firebird API.'
0 commit comments