CytoTable 0.0.16__tar.gz → 1.0.0__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: CytoTable
3
- Version: 0.0.16
3
+ Version: 1.0.0
4
4
  Summary: Transform CellProfiler and DeepProfiler data for processing image-based profiling readouts with Pycytominer and other Cytomining tools.
5
5
  License: BSD-3-Clause License
6
6
  Keywords: python,cellprofiler,single-cell-analysis,way-lab
@@ -3,7 +3,7 @@ __init__.py for cytotable
3
3
  """
4
4
 
5
5
  # note: version data is maintained by poetry-dynamic-versioning (do not edit)
6
- __version__ = "0.0.16"
6
+ __version__ = "1.0.0"
7
7
 
8
8
  # filter warnings about pkg_resources deprecation
9
9
  # note: these stem from cloudpathlib google cloud
@@ -5,7 +5,7 @@ requires = [ "poetry-core>=1", "poetry-dynamic-versioning>=1,<2" ]
5
5
  [tool.poetry]
6
6
  name = "CytoTable"
7
7
  # note: version data is maintained by poetry-dynamic-versioning (do not edit)
8
- version = "0.0.16"
8
+ version = "1.0.0"
9
9
  description = "Transform CellProfiler and DeepProfiler data for processing image-based profiling readouts with Pycytominer and other Cytomining tools."
10
10
  authors = [ "Cytomining Community" ]
11
11
  license = "BSD-3-Clause License"
File without changes
File without changes
File without changes