We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37616e3 commit d3d3899Copy full SHA for d3d3899
CHANGELOG.md
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
---
10
11
-## [2.0.0] - ????/??/??
+## [2.0.0] - 2023/07/23
12
13
This release is a major change on the UI contributed by @themoenen, refer to
14
[PR#55](https://github.com/cbouy/mols2grid/pull/55) for the full list of changes:
mols2grid/_version.py
@@ -1 +1 @@
1
-__version__ = "2.0.0-rc1"
+__version__ = "2.0.0"
package.json
@@ -1,6 +1,6 @@
{
2
"name": "mols2grid",
3
- "version": "2.0.0-rc1",
+ "version": "2.0.0",
4
"description": "Custom widget for the Python mols2grid package",
5
"keywords": [
6
"jupyter",
0 commit comments