Skip to content

Commit

Permalink
pinv ersions
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Oct 26, 2022
1 parent 4b03052 commit 11f7c73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jupyter_dcv_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
import shutil
import uuid

from . import _version

__version__ = _version.get_versions()["version"]


def get_dcv_executable(prog):
if shutil.which(prog):
Expand Down

0 comments on commit 11f7c73

Please sign in to comment.