dataroom-client 1.0.5.post2.dev0__tar.gz → 1.0.6.post32.dev0__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dataroom-client
3
- Version: 1.0.5.post2.dev0
3
+ Version: 1.0.6.post32.dev0
4
4
  Summary: A python client to interface with the Dataroom backend API
5
5
  Author: Ales Kocjancic
6
6
  Author-email: hi@ales.io
@@ -34,7 +34,7 @@ DataRoom = DataRoomClient(api_key='YOUR_SECRET_API_KEY_HERE', api_url='YOUR_API_
34
34
  images = await DataRoom.get_images()
35
35
  ```
36
36
 
37
- For more examples see [client_example.ipynb](./notebooks/client_example.ipynb).
37
+ For more examples see [client_example.ipynb](../notebooks/client_example.ipynb).
38
38
 
39
39
 
40
40
  # Developing
@@ -18,7 +18,7 @@ DataRoom = DataRoomClient(api_key='YOUR_SECRET_API_KEY_HERE', api_url='YOUR_API_
18
18
  images = await DataRoom.get_images()
19
19
  ```
20
20
 
21
- For more examples see [client_example.ipynb](./notebooks/client_example.ipynb).
21
+ For more examples see [client_example.ipynb](../notebooks/client_example.ipynb).
22
22
 
23
23
 
24
24
  # Developing
@@ -6,7 +6,7 @@ authors = [
6
6
  ]
7
7
  readme = "README.md"
8
8
  dynamic = []
9
- version = "1.0.5.post2.dev0"
9
+ version = "1.0.6.post32.dev0"
10
10
 
11
11
  [tool.poetry]
12
12