zarrify 0.0.2__tar.gz → 0.0.3__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.3
2
2
  Name: zarrify
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary:
5
5
  Author: Yurii Zubov
6
6
  Author-email: zubov452@gmail.com
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "zarrify"
3
- version = "0.0.2"
3
+ version = "0.0.3"
4
4
  description = ""
5
5
  authors = [
6
6
  {name = "Yurii Zubov",email = "zubov452@gmail.com"}
@@ -1,5 +1,6 @@
1
1
  import zarr
2
2
  import os
3
+ from zarrify.utils.volume import Volume
3
4
 
4
5
  class N53D(Volume):
5
6
  def __init__(
File without changes
File without changes
File without changes
File without changes