Skip to content

Commit 88e80d7

Browse files
committed
Use semver range for kernel side ?_module_version
1 parent f60b97d commit 88e80d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythreejs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
#
1212
# Update this value when attributes are added/removed from
1313
# the widget models, or if the serialized format changes.
14-
EXTENSION_SPEC_VERSION = '1.0.0-beta.6'
14+
EXTENSION_SPEC_VERSION = '^1.0.0-beta.6'

0 commit comments

Comments
 (0)