jupytergis-lite 0.5.0__tar.gz → 0.6.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.
@@ -141,3 +141,10 @@ untitled*
141
141
 
142
142
  # GeoJSON schema
143
143
  packages/schema/src/schema/geojson.json
144
+
145
+ # Automatically generated file for processing
146
+
147
+ packages/schema/src/processing/_generated/*
148
+
149
+ # Local example files
150
+ examples/local_examples/*
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jupytergis-lite
3
- Version: 0.5.0
3
+ Version: 0.6.0
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.5.0
49
- Requires-Dist: jupytergis-lab==0.5.0
48
+ Requires-Dist: jupytergis-core==0.6.0
49
+ Requires-Dist: jupytergis-lab==0.6.0
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.5.0"
1
+ __version__ = "0.6.0"
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.5.0",
23
- "jupytergis_lab==0.5.0",
22
+ "jupytergis_core==0.6.0",
23
+ "jupytergis_lab==0.6.0",
24
24
  "my-jupyter-shared-drive<0.2.0",
25
25
  ]
26
26
  dynamic = ["version"]
File without changes