tyba-client 0.4.4__tar.gz → 0.4.5__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.

Potentially problematic release.


This version of tyba-client might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tyba-client
3
- Version: 0.4.4
3
+ Version: 0.4.5
4
4
  Summary: A Python API client for the Tyba Public API
5
5
  License: MIT
6
6
  Author: Tyler Nisonoff
@@ -23,7 +23,7 @@ Requires-Dist: tyba-financial-model (>=0,<1)
23
23
  Description-Content-Type: text/markdown
24
24
 
25
25
  <h1 align="center">
26
- <img src="tyba-logo.svg" width="300">
26
+ <img src="https://cdn.prod.website-files.com/669594441bac4d6528273301/669594441bac4d6528273329_Group%20180.svg" alt="TYBA" width="300">
27
27
  </h1><br>
28
28
 
29
29
 
@@ -0,0 +1,8 @@
1
+ <h1 align="center">
2
+ <img src="https://cdn.prod.website-files.com/669594441bac4d6528273301/669594441bac4d6528273329_Group%20180.svg" alt="TYBA" width="300">
3
+ </h1><br>
4
+
5
+
6
+ Python client to Tyba's project simulation API.
7
+
8
+ __Documentation:__ https://docs.tybaenergy.com/api
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "tyba-client"
3
- version = "0.4.4"
3
+ version = "0.4.5"
4
4
  description = "A Python API client for the Tyba Public API"
5
5
  authors = ["Tyler Nisonoff <tyler@tybaenergy.com>"]
6
6
  license = "MIT"
@@ -1,8 +0,0 @@
1
- <h1 align="center">
2
- <img src="tyba-logo.svg" width="300">
3
- </h1><br>
4
-
5
-
6
- Python client to Tyba's project simulation API.
7
-
8
- __Documentation:__ https://docs.tybaenergy.com/api
File without changes