rate-api-python 1.0.1__tar.gz → 1.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rate-api-python
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Official Python client for the Rate-API.com exchange-rate & crypto API
5
- Author-email: Vilgar <digitalbrainsllc@gmail.com>
5
+ Author-email: Vilgar <digitalbrainsam@gmail.com>
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://rate-api.com
8
8
  Project-URL: Documentation, https://rate-api.com/en/docs
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "rate-api-python"
7
- version = "1.0.1"
7
+ version = "1.0.2"
8
8
  description = "Official Python client for the Rate-API.com exchange-rate & crypto API"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
11
11
  requires-python = ">=3.8"
12
12
  keywords = ["exchange-rate", "currency", "forex", "crypto", "api", "rate-api"]
13
- authors = [{ name = "Vilgar", email = "digitalbrainsllc@gmail.com" }]
13
+ authors = [{ name = "Vilgar", email = "digitalbrainsam@gmail.com" }]
14
14
  classifiers = [
15
15
  "License :: OSI Approved :: MIT License",
16
16
  "Operating System :: OS Independent",
@@ -12,7 +12,7 @@ import urllib.error
12
12
  import urllib.parse
13
13
  import urllib.request
14
14
 
15
- __version__ = "1.0.1"
15
+ __version__ = "1.0.2"
16
16
  __all__ = ["RateApiClient", "RateApiError", "RateLimitError", "RateApiTimeoutError"]
17
17
 
18
18
 
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rate-api-python
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Official Python client for the Rate-API.com exchange-rate & crypto API
5
- Author-email: Vilgar <digitalbrainsllc@gmail.com>
5
+ Author-email: Vilgar <digitalbrainsam@gmail.com>
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://rate-api.com
8
8
  Project-URL: Documentation, https://rate-api.com/en/docs
File without changes