jupytergis-lite 0.12.0__tar.gz → 0.12.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jupytergis-lite
3
- Version: 0.12.0
3
+ Version: 0.12.1
4
4
  License: BSD 3-Clause License
5
5
 
6
6
  Copyright (c) 2025, JupyterGIS contributors
@@ -46,8 +46,8 @@ Classifier: Programming Language :: Python :: 3.13
46
46
  Classifier: Programming Language :: Python :: 3.14
47
47
  Classifier: Topic :: Scientific/Engineering :: GIS
48
48
  Requires-Python: >=3.10
49
- Requires-Dist: jupytergis-core==0.12.0
50
- Requires-Dist: jupytergis-lab==0.12.0
49
+ Requires-Dist: jupytergis-core==0.12.1
50
+ Requires-Dist: jupytergis-lab==0.12.1
51
51
  Requires-Dist: my-jupyter-shared-drive>=0.2.2
52
52
  Description-Content-Type: text/markdown
53
53
 
@@ -1,3 +1,3 @@
1
- __version__ = "0.12.0"
1
+ __version__ = "0.12.1"
2
2
 
3
3
  from jupytergis_lab import GISDocument, explore # noqa
@@ -20,8 +20,8 @@ classifiers = [
20
20
  "Programming Language :: Python :: 3.14",
21
21
  ]
22
22
  dependencies = [
23
- "jupytergis_core==0.12.0",
24
- "jupytergis_lab==0.12.0",
23
+ "jupytergis_core==0.12.1",
24
+ "jupytergis_lab==0.12.1",
25
25
  "my-jupyter-shared-drive>=0.2.2",
26
26
  ]
27
27
  dynamic = ["version"]