jupytergis-lite 0.6.0__tar.gz → 0.6.1__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.
@@ -141,6 +141,8 @@ untitled*
141
141
 
142
142
  # GeoJSON schema
143
143
  packages/schema/src/schema/geojson.json
144
+ # Schema pre-processing
145
+ packages/schema/temp-schema
144
146
 
145
147
  # Automatically generated file for processing
146
148
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jupytergis-lite
3
- Version: 0.6.0
3
+ Version: 0.6.1
4
4
  License: BSD 3-Clause License
5
5
 
6
6
  Copyright (c) 2025, JupyterGIS contributors
@@ -45,8 +45,8 @@ Classifier: Programming Language :: Python :: 3.10
45
45
  Classifier: Programming Language :: Python :: 3.11
46
46
  Classifier: Programming Language :: Python :: 3.12
47
47
  Requires-Python: >=3.10
48
- Requires-Dist: jupytergis-core==0.6.0
49
- Requires-Dist: jupytergis-lab==0.6.0
48
+ Requires-Dist: jupytergis-core==0.6.1
49
+ Requires-Dist: jupytergis-lab==0.6.1
50
50
  Requires-Dist: my-jupyter-shared-drive<0.2.0
51
51
  Description-Content-Type: text/markdown
52
52
 
@@ -1,3 +1,3 @@
1
- __version__ = "0.6.0"
1
+ __version__ = "0.6.1"
2
2
 
3
3
  from jupytergis_lab import GISDocument, explore # noqa
@@ -19,8 +19,8 @@ classifiers = [
19
19
  "Programming Language :: Python :: 3.12",
20
20
  ]
21
21
  dependencies = [
22
- "jupytergis_core==0.6.0",
23
- "jupytergis_lab==0.6.0",
22
+ "jupytergis_core==0.6.1",
23
+ "jupytergis_lab==0.6.1",
24
24
  "my-jupyter-shared-drive<0.2.0",
25
25
  ]
26
26
  dynamic = ["version"]
File without changes