Skip to content

Commit

Permalink
bumped version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Jun 20, 2024
1 parent f729cbc commit d9455b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Binder
------

You can try out sage-flatsurf and ipyvue-flatsurf online using Binder:
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/flatsurf/ipyvue-flatsurf/0.6.0?filepath=%2Fexamples)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/flatsurf/ipyvue-flatsurf/0.6.1?filepath=%2Fexamples)

Unfortunately, the Binder environment might take quite a while to start.

Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ dependencies:
- flipper
- jupyter_ui_poll >=0.2.1,<0.3
- ipymuvue >=0.3.0,<0.7.0
- ipyvue-flatsurf==0.6.0
- ipyvue-flatsurf==0.6.1
4 changes: 2 additions & 2 deletions ipyvue_flatsurf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
Widget # silence pyflakes


version_info = (0, 6, 0)
__version__ = "0.6.0"
version_info = (0, 6, 1)
__version__ = "0.6.1"


def _jupyter_labextension_paths():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

setup_args = dict(
name='ipyvue-flatsurf',
version="0.6.0",
version="0.6.1",
description='Visualizations for Translations Surfaces in Jupyter Notebooks and JupyterLab',
long_description='Visualizations for sage-flatsurf and pyflatsurf.',
include_package_data=True,
Expand Down

0 comments on commit d9455b1

Please sign in to comment.