1*b2fa4294SXin Li# Copyright 2021 The Bazel Authors. All rights reserved. 2*b2fa4294SXin Li# 3*b2fa4294SXin Li# Licensed under the Apache License, Version 2.0 (the "License"); 4*b2fa4294SXin Li# you may not use this file except in compliance with the License. 5*b2fa4294SXin Li# You may obtain a copy of the License at 6*b2fa4294SXin Li# 7*b2fa4294SXin Li# http://www.apache.org/licenses/LICENSE-2.0 8*b2fa4294SXin Li# 9*b2fa4294SXin Li# Unless required by applicable law or agreed to in writing, software 10*b2fa4294SXin Li# distributed under the License is distributed on an "AS IS" BASIS, 11*b2fa4294SXin Li# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12*b2fa4294SXin Li# See the License for the specific language governing permissions and 13*b2fa4294SXin Li# limitations under the License. 14*b2fa4294SXin Li"""The version of Stardoc.""" 15*b2fa4294SXin Li 16*b2fa4294SXin Liversion = "0.5.3" 17