Skip to content

Commit

Permalink
BLD: bump version to 0.2.0 (#17)
Browse files Browse the repository at this point in the history
* BLD: bump version to 0.2.0

* DOC: last minute doc touchups
  • Loading branch information
eigenfoo committed Jun 19, 2019
1 parent 7ab758e commit 4741f76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Expand Up @@ -8,8 +8,8 @@ Welcome to the `glaze` documentation, and happy baking!

## How to read this documentation

**I have some algorithmically-generated glyphs, and want to render them.** Check
out the [quickstart](https://font-bakers.github.io/glaze/quickstart/) for
**I have algorithmically-generated glyphs, and want to render them.** Check out
the [quickstart](https://font-bakers.github.io/glaze/quickstart/) for
installation and usage instructions.

**I want to contribute to `glaze`.** Check out the [contributing
Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart.md
Expand Up @@ -41,8 +41,8 @@ things of any practical value are the `render` and `read_json` functions).
glaze --input PATH/TO/INPUT
```

`--input` is a `.json` file (such as those produced by `knead`), or a directory
containing such `.json` files.
`--input` must be a `.json` file (such as those produced by `knead`), or a
directory containing such `.json` files.

For more information on optional flags, refer to [the section
below](#optional-flags).
Expand Down
2 changes: 1 addition & 1 deletion glaze/__init__.py
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

from .render import render
from .utils import read_json
Expand Down

0 comments on commit 4741f76

Please sign in to comment.