Skip to content

Commit

Permalink
bumping up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Fekete committed Jan 19, 2021
1 parent cb70253 commit fa87655
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.4",
"version": "0.2.5",
"author": {
"name": "Adam Fekete",
"email": "adam@fekete.co.uk"
Expand Down
2 changes: 1 addition & 1 deletion jupyter_jsmol/_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""

module_name = "jupyter-jsmol"
module_version = "^0.2.4"
module_version = "^0.2.5"
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, 4)
version_info = (0, 2, 5)
__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.4',
version='0.2.5',
author='Adam Fekete',
author_email='adam@fekete.co.uk',
url='https://github.com/fekad/jupyter-jsmol',
Expand Down

0 comments on commit fa87655

Please sign in to comment.