Skip to content

Commit

Permalink
Merge pull request #87 from openworm/release/1.0.1
Browse files Browse the repository at this point in the history
Release/1.0.1
  • Loading branch information
tarelli authored Dec 12, 2019
2 parents ffc7d69 + 840c78f commit 888048e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter_geppetto/websocket_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import logging

from jupyter_geppetto import settings
from pyecore.valuecontainer import EList
from pyecore.ecore import EList
from pygeppetto.api.message_handler import GeppettoMessageHandler
from tornado.websocket import WebSocketHandler

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

setuptools.setup(
name="jupyter_geppetto",
version="1.0.0",
version="1.0.1",
url="https://github.com/openworm/org.geppetto.frontend.jupyter",
author="The Geppetto Development Team",
author_email="info@geppetto.org",
Expand Down

0 comments on commit 888048e

Please sign in to comment.