Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fekad committed Jul 8, 2020
1 parent 0cbb13d commit 0569a2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/package.json
@@ -1,6 +1,6 @@
{
"name": "jupyter-jsmol",
"version": "0.1.3",
"version": "0.2.0",
"author": {
"name": "Adam Fekete",
"email": "adam@fekete.co.uk"
Expand Down
2 changes: 1 addition & 1 deletion jupyter_jsmol/_version.py
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) Adam Fekete.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 1, 3)
version_info = (0, 2, 0)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@
description='JSmol viewer widget for Jupyter',
long_description=long_description,
long_description_content_type="text/markdown",
version='0.1.3',
version='0.2.0',
author='Adam Fekete',
author_email='adam@fekete.co.uk',
url='https://github.com/fekad/jupyter-jsmol',
Expand Down

0 comments on commit 0569a2d

Please sign in to comment.