Skip to content

Commit

Permalink
Make version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dou-du committed Mar 3, 2020
1 parent 66940d9 commit 66f5784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget_jsmol/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) Dou Du.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 1, 2, 'dev')
version_info = (1, 0)
__version__ = ".".join(map(str, version_info))

0 comments on commit 66f5784

Please sign in to comment.