// Copyright (c) Project Jupyter.
// Distributed under the terms of the Modified BSD License.

/**
 * The version of the attribute spec that this package
 * implements. This is the value used in
 * _model_module_version/_view_module_version.
 *
 * Update this value when attributes are added/removed from
 * your models, or serialized format changes.
 */
export
const EXTENSION_SPEC_VERSION = '0.2';
