python-ort 0.1.2__tar.gz → 0.1.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.

Potentially problematic release.


This version of python-ort might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-ort
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: A Python Ort model serialization library
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
@@ -7,7 +7,7 @@ packages = ["src/ort"]
7
7
 
8
8
  [project]
9
9
  name = "python-ort"
10
- version = "0.1.2"
10
+ version = "0.1.3"
11
11
  description = "A Python Ort model serialization library"
12
12
  readme = "README.md"
13
13
  license = "MIT"
@@ -5,12 +5,14 @@
5
5
  from ort.models.analyzer_configurations import OrtAnalyzerConfigurations
6
6
  from ort.models.ort_configuration import OrtConfiguration, Scanner, Severity, Storages
7
7
  from ort.models.package_managers import OrtPackageManagerConfigurations, OrtPackageManagers
8
+ from ort.models.repository_configuration import OrtRepositoryConfiguration
8
9
 
9
10
  __all__ = [
10
11
  "OrtAnalyzerConfigurations",
12
+ "OrtConfiguration",
11
13
  "OrtPackageManagerConfigurations",
12
14
  "OrtPackageManagers",
13
- "OrtConfiguration",
15
+ "OrtRepositoryConfiguration",
14
16
  "Scanner",
15
17
  "Severity",
16
18
  "Storages",
File without changes
File without changes