jupyter-collaboration 3.0.0rc1__tar.gz → 3.0.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.3
2
2
  Name: jupyter-collaboration
3
- Version: 3.0.0rc1
3
+ Version: 3.0.1
4
4
  Summary: JupyterLab/Jupyter Notebook 7+ Real Time Collaboration extension (metapackage)
5
5
  License: # Licensing terms
6
6
 
@@ -61,7 +61,6 @@ License: # Licensing terms
61
61
 
62
62
  # Copyright (c) Jupyter Development Team.
63
63
  # Distributed under the terms of the Modified BSD License.
64
- License-File: LICENSE
65
64
  Classifier: Framework :: Jupyter
66
65
  Classifier: Framework :: Jupyter :: JupyterLab
67
66
  Classifier: Framework :: Jupyter :: JupyterLab :: 4
@@ -78,9 +77,9 @@ Classifier: Programming Language :: Python :: 3.10
78
77
  Classifier: Programming Language :: Python :: 3.11
79
78
  Classifier: Programming Language :: Python :: 3.12
80
79
  Requires-Python: >=3.8
81
- Requires-Dist: jupyter-collaboration-ui>=1.0.0rc1
82
- Requires-Dist: jupyter-docprovider>=1.0.0rc1
83
- Requires-Dist: jupyter-server-ydoc>=1.0.0rc1
80
+ Requires-Dist: jupyter-collaboration-ui>=1.0.1
81
+ Requires-Dist: jupyter-docprovider>=1.0.1
82
+ Requires-Dist: jupyter-server-ydoc>=1.0.1
84
83
  Description-Content-Type: text/markdown
85
84
 
86
85
  # jupyter-collaboration
@@ -0,0 +1 @@
1
+ __version__ = "3.0.1"
@@ -30,9 +30,9 @@ classifiers = [
30
30
  ]
31
31
  dynamic = ["version"]
32
32
  dependencies = [
33
- "jupyter_collaboration_ui>=1.0.0rc1",
34
- "jupyter_docprovider>=1.0.0rc1",
35
- "jupyter_server_ydoc>=1.0.0rc1",
33
+ "jupyter_collaboration_ui>=1.0.1",
34
+ "jupyter_docprovider>=1.0.1",
35
+ "jupyter_server_ydoc>=1.0.1",
36
36
  ]
37
37
 
38
38
  [tool.hatch.version]
@@ -1 +0,0 @@
1
- __version__ = "3.0.0rc1"