Skip to content

Commit

Permalink
bumped version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Aug 15, 2022
1 parent 838a330 commit b625316
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ipymuvue/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# along with ipymuvue. If not, see <https://www.gnu.org/licenses/>.
# ******************************************************************************

version_info = (0, 2, 0)
__version__ = "0.2.0"
version_info = (0, 2, 1)
__version__ = "0.2.1"
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipymuvue",
"version": "0.2.0",
"version": "0.2.1",
"description": "Reactive Jupyter Widgets (ipymuvue-implementation repackaged for Jupyter Notebooks, JupyterLab, …)",
"author": "Julian Rüth",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

setup_args = dict(
name='ipymuvue',
version="0.2.0",
version="0.2.1",
description='Reactive Jupyter Widgets',
long_description='Reactive Jupyter Widgets',
include_package_data=True,
Expand Down
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipymuvueimplementation",
"version": "0.2.0",
"version": "0.2.1",
"description": "Reactive Jupyter Widgets",
"license": "GPL-3.0-or-later",
"scripts": {
Expand Down

0 comments on commit b625316

Please sign in to comment.