From 545ab22654376fd71e7486271ed3ab7895705888 Mon Sep 17 00:00:00 2001 From: Matthew Conolly Date: Mon, 20 Apr 2020 15:22:58 -0700 Subject: [PATCH 1/2] Version 0.13.0 --- lib/wit/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wit/version.py b/lib/wit/version.py index e0f97f3..6efccc4 100644 --- a/lib/wit/version.py +++ b/lib/wit/version.py @@ -1,2 +1,2 @@ # This is the version reported by 'wit --version' when running outside a git repository -__version__ = "0.13.dev0" +__version__ = "0.13.0" From 139aa51d6f7535e0bee18797f7b01073739ccb9f Mon Sep 17 00:00:00 2001 From: Ryan Macdonald <36863176+rmac-sifive@users.noreply.github.com> Date: Thu, 30 Apr 2020 15:46:03 -0700 Subject: [PATCH 2/2] Update typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b08dc9b..f817c6e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The best way to learn wit is to check out the [tutorial](doc/tutorial.md). ### Installation -Wake is intended to be as lightweight as possible. It simply requires `git` and `Python` version 3.5 or greater. +Wit is intended to be as lightweight as possible. It simply requires `git` and `Python` version 3.5 or greater. You can use `pip` to install: ```bash