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 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"