ml-data-shared 12.0.1__tar.gz → 16.0.1__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,3 +1,3 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ml-data-shared
3
- Version: 12.0.1
3
+ Version: 16.0.1
@@ -1,3 +1,3 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ml-data-shared
3
- Version: 12.0.1
3
+ Version: 16.0.1
@@ -139,7 +139,7 @@ class PostInstallCommand(install):
139
139
 
140
140
  setup(
141
141
  name="ml-data-shared",
142
- version="12.0.1",
142
+ version="16.0.1",
143
143
  cmdclass={"install": PostInstallCommand},
144
144
  py_modules=["utils"],
145
145
  )