Skip to content

Commit cf9ae53

Browse files
committed
Fix version imports
1 parent c5beb4b commit cf9ae53

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.github_project_name}}/{{cookiecutter.python_package_name}}

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/{{cookiecutter.python_package_name}}/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# Distributed under the terms of the Modified BSD License.
66

77
from .example import ExampleWidget
8-
from ._version import *
8+
from ._version import __version__, version_info
99

1010
from .nbextension import _jupyter_nbextension_paths

0 commit comments

Comments
 (0)