Skip to content

Commit 6131b8a

Browse files
committed
first release
1 parent 88920f5 commit 6131b8a

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bokehmol",
3-
"version": "0.1.0-a3",
3+
"version": "0.1.0",
44
"description": "Handle molecules with bokeh",
55
"homepage": "https://github.com/cbouy/bokehmol",
66
"bugs": {

0 commit comments

Comments
 (0)