digitalhub 0.4.0b4__tar.gz → 0.4.0b8__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 digitalhub might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: digitalhub
3
- Version: 0.4.0b4
3
+ Version: 0.4.0b8
4
4
  Summary: Python SDK for DigitalHub
5
5
  Author-email: Fondazione Bruno Kessler <dslab@fbk.eu>, Matteo Martini <mmartini@fbk.eu>
6
6
  License: Apache License
@@ -40,7 +40,7 @@ from digitalhub_core import (
40
40
  update_task,
41
41
  update_workflow,
42
42
  )
43
- from digitalhub_core.registry.import_utils import register_layer_entities, register_runtimes_entities
43
+ from digitalhub_core.registry.utils import register_layer_entities, register_runtimes_entities
44
44
 
45
45
  _PROJECT_IMPORTED = False
46
46
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: digitalhub
3
- Version: 0.4.0b4
3
+ Version: 0.4.0b8
4
4
  Summary: Python SDK for DigitalHub
5
5
  Author-email: Fondazione Bruno Kessler <dslab@fbk.eu>, Matteo Martini <mmartini@fbk.eu>
6
6
  License: Apache License
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "digitalhub"
7
- version = "0.4.0b4"
7
+ version = "0.4.0b8"
8
8
  description = "Python SDK for DigitalHub"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -52,7 +52,7 @@ line-length = 120
52
52
  convention = "numpy"
53
53
 
54
54
  [tool.bumpver]
55
- current_version = "0.4.0b4"
55
+ current_version = "0.4.0b8"
56
56
  version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
57
57
  commit_message = "Bump version {old_version} -> {new_version}"
58
58
  commit = false
File without changes
File without changes
File without changes