We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88920f5 commit 6131b8aCopy full SHA for 6131b8a
3 files changed
CHANGELOG.md
@@ -6,3 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+---
10
+
11
+## [0.1.0] - 2023/07/21
12
13
+### Added
14
15
+- Initial release: support for RDKit and SmilesDrawer hover tools.
bokehmol/_version.py
@@ -1 +1 @@
1
-__version__ = "0.1.0-a3"
+__version__ = "0.1.0"
package.json
@@ -1,6 +1,6 @@
{
2
"name": "bokehmol",
3
- "version": "0.1.0-a3",
+ "version": "0.1.0",
4
"description": "Handle molecules with bokeh",
5
"homepage": "https://github.com/cbouy/bokehmol",
"bugs": {
0 commit comments