aboutsummaryrefslogtreecommitdiff
path: root/version.bzl
diff options
context:
space:
mode:
authorJonathon Belotti <jonathon@canva.com>2020-10-16 09:21:09 +1100
committerJonathon Belotti <jonathon@canva.com>2020-10-16 09:21:09 +1100
commitc8c79aae9aa1b61d199ad03d5fe06338febd0774 (patch)
tree2cd29f3bdb148a8f6e300d5f860a7f57323dc8b1 /version.bzl
parentc639955c18bbc16e6a9e5228540b6151fd3b10b3 (diff)
downloadbazelbuild-rules_python-c8c79aae9aa1b61d199ad03d5fe06338febd0774.tar.gz
release: 0.1.0upstream/0.1.0
Diffstat (limited to 'version.bzl')
-rw-r--r--version.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.bzl b/version.bzl
index 776b776..94c8998 100644
--- a/version.bzl
+++ b/version.bzl
@@ -13,7 +13,7 @@
# limitations under the License.
"""The version of rules_python."""
-version = "0.0.3"
+version = "0.1.0"
# Currently used Bazel version. This version is what the rules here are tested
# against.