Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Fekete committed Jul 8, 2020
1 parent f6d6f73 commit e3ab01c
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-jsmol",
"version": "0.2.0",
"version": "0.2.1",
"author": {
"name": "Adam Fekete",
"email": "adam@fekete.co.uk"
Expand Down
2 changes: 1 addition & 1 deletion jupyter_jsmol/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) Adam Fekete.
# Distributed under the terms of the Modified BSD License.

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

0 comments on commit e3ab01c

Please sign in to comment.