indexify 0.0.5__tar.gz → 0.0.6__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.1
2
2
  Name: indexify
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: Python Client for Indexify
5
5
  Home-page: https://github.com/tensorlakeai/indexify
6
6
  License: Apache 2.0
@@ -18,6 +18,9 @@ Description-Content-Type: text/markdown
18
18
 
19
19
  # Indexify Python Client
20
20
 
21
+
22
+ [![PyPI version](https://badge.fury.io/py/indexify.svg)](https://badge.fury.io/py/indexify)
23
+
21
24
  ## Installation
22
25
 
23
26
  This is the Python client for interacting with the Indexify service.
@@ -1,5 +1,8 @@
1
1
  # Indexify Python Client
2
2
 
3
+
4
+ [![PyPI version](https://badge.fury.io/py/indexify.svg)](https://badge.fury.io/py/indexify)
5
+
3
6
  ## Installation
4
7
 
5
8
  This is the Python client for interacting with the Indexify service.
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "indexify"
3
- version = "0.0.5"
3
+ version = "0.0.6"
4
4
  description = "Python Client for Indexify"
5
5
  authors = ["Diptanu Gon Choudhury <diptanuc@gmail.com>", "Vijay Parthasarathy <vijay2win@gmail.com>"]
6
6
  license = "Apache 2.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes