eozilla 0.1.2__tar.gz → 0.2.0.dev1__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.4
2
2
  Name: eozilla
3
- Version: 0.1.2
3
+ Version: 0.2.0.dev1
4
4
  Summary: Comprises all packages of the Eozilla suite
5
5
  Project-URL: Documentation, https://eo-tools.github.io/eozilla
6
6
  Project-URL: Repository, https://github.com/eo-tools/eozilla
@@ -27,11 +27,11 @@ Classifier: Topic :: Scientific/Engineering
27
27
  Classifier: Topic :: Software Development
28
28
  Classifier: Typing :: Typed
29
29
  Requires-Python: >=3.10
30
- Requires-Dist: appligator>=0.1.2
31
- Requires-Dist: cuiman>=0.1.2
32
- Requires-Dist: gavicore>=0.1.2
33
- Requires-Dist: procodile>=0.1.2
34
- Requires-Dist: wraptile>=0.1.2
30
+ Requires-Dist: appligator>=0.2.0.dev1
31
+ Requires-Dist: cuiman>=0.2.0.dev1
32
+ Requires-Dist: gavicore>=0.2.0.dev1
33
+ Requires-Dist: procodile>=0.2.0.dev1
34
+ Requires-Dist: wraptile>=0.2.0.dev1
35
35
  Description-Content-Type: text/markdown
36
36
 
37
37
  [![CI](https://github.com/eo-tools/eozilla/actions/workflows/ci.yml/badge.svg)](https://github.com/eo-tools/eozilla/actions/workflows/ci.yml)
@@ -4,7 +4,7 @@
4
4
 
5
5
  [project]
6
6
  name = "eozilla"
7
- version = "0.1.2"
7
+ version = "0.2.0.dev1"
8
8
  description = "Comprises all packages of the Eozilla suite"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -41,11 +41,11 @@ classifiers = [
41
41
  requires-python = ">=3.10"
42
42
  dependencies = [
43
43
  # local dependencies
44
- "appligator >=0.1.2",
45
- "cuiman >=0.1.2",
46
- "gavicore >=0.1.2",
47
- "procodile >=0.1.2",
48
- "wraptile >=0.1.2",
44
+ "appligator >=0.2.0.dev1",
45
+ "cuiman >=0.2.0.dev1",
46
+ "gavicore >=0.2.0.dev1",
47
+ "procodile >=0.2.0.dev1",
48
+ "wraptile >=0.2.0.dev1",
49
49
  ]
50
50
 
51
51
  [project.urls]
File without changes
File without changes
File without changes
File without changes