aboutsummaryrefslogtreecommitdiff
path: root/version.bzl
diff options
context:
space:
mode:
authoraiuto <aiuto@google.com>2019-10-04 16:29:41 -0400
committerJon Brandvein <brandjon@google.com>2019-10-04 16:29:41 -0400
commite953b0ad875b6b5dc786b71d431775a7daf75607 (patch)
treecbe514e2ab663bbc11290993e427a017105a04b2 /version.bzl
parent5a4531655e631c1609734e7e0060fe7c7c266121 (diff)
downloadbazelbuild-rules_python-e953b0ad875b6b5dc786b71d431775a7daf75607.tar.gz
Use rules_pkg to create distributions (#234)
This adds a packaging target to create a Bazel Federation-compliant distribution.
Diffstat (limited to 'version.bzl')
-rw-r--r--version.bzl16
1 files changed, 16 insertions, 0 deletions
diff --git a/version.bzl b/version.bzl
new file mode 100644
index 0000000..c1ccdbd
--- /dev/null
+++ b/version.bzl
@@ -0,0 +1,16 @@
+# Copyright 2019 The Bazel Authors. All rights reserved.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+"""The version of rules_python."""
+
+version = "0.0.1"