Skip to content

Commit d3d3899

Browse files
committed
bump version 2.0.0
1 parent 37616e3 commit d3d3899

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
---
1010

11-
## [2.0.0] - ????/??/??
11+
## [2.0.0] - 2023/07/23
1212

1313
This release is a major change on the UI contributed by @themoenen, refer to
1414
[PR#55](https://github.com/cbouy/mols2grid/pull/55) for the full list of changes:

mols2grid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0-rc1"
1+
__version__ = "2.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mols2grid",
3-
"version": "2.0.0-rc1",
3+
"version": "2.0.0",
44
"description": "Custom widget for the Python mols2grid package",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)