jupyter-collaboration 3.1.0b0__tar.gz → 3.1.0rc0__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.1.0b0
3
+ Version: 3.1.0rc0
4
4
  Summary: JupyterLab/Jupyter Notebook 7+ Real Time Collaboration extension (metapackage)
5
5
  License: # Licensing terms
6
6
 
@@ -77,9 +77,9 @@ Classifier: Programming Language :: Python :: 3.10
77
77
  Classifier: Programming Language :: Python :: 3.11
78
78
  Classifier: Programming Language :: Python :: 3.12
79
79
  Requires-Python: >=3.8
80
- Requires-Dist: jupyter-collaboration-ui>=1.1.0b0
81
- Requires-Dist: jupyter-docprovider>=1.1.0b0
82
- Requires-Dist: jupyter-server-ydoc>=1.1.0b0
80
+ Requires-Dist: jupyter-collaboration-ui>=1.1.0rc0
81
+ Requires-Dist: jupyter-docprovider>=1.1.0rc0
82
+ Requires-Dist: jupyter-server-ydoc>=1.1.0rc0
83
83
  Description-Content-Type: text/markdown
84
84
 
85
85
  # jupyter-collaboration
@@ -0,0 +1 @@
1
+ __version__ = "3.1.0rc0"
@@ -30,9 +30,9 @@ classifiers = [
30
30
  ]
31
31
  dynamic = ["version"]
32
32
  dependencies = [
33
- "jupyter_collaboration_ui>=1.1.0b0",
34
- "jupyter_docprovider>=1.1.0b0",
35
- "jupyter_server_ydoc>=1.1.0b0",
33
+ "jupyter_collaboration_ui>=1.1.0rc0",
34
+ "jupyter_docprovider>=1.1.0rc0",
35
+ "jupyter_server_ydoc>=1.1.0rc0",
36
36
  ]
37
37
 
38
38
  [tool.hatch.version]
@@ -1 +0,0 @@
1
- __version__ = "3.1.0b0"