#!/usr/bin/env python
# coding: utf-8

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

version_info = (0, 3, 1)
__version__ = ".".join(map(str, version_info))

# 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.
EXTENSION_SPEC_VERSION = '0.3.1'
