Skip to content
This repository was archived by the owner on Dec 19, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/wit/version.py
Original file line number Diff line number Diff line change
@@ -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"