diff --git a/CHANGELOG.md b/CHANGELOG.md index 692ed51..02f80c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,15 +79,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Pin `edgedb-python` on `^0.9.0`. +### Fixed + +- Fix typos and examples in docs. + ### Misc - Move to `nox` from scripts. - Run CI on `EdgeDB alpha 4`. -### Fixed - -- Fix typos and examples in docs. - ## [0.0.1] - 2020-04-09 [Compare with first commit](https://github.com/nsidnev/edgeql-queries/compare/8ccbf7955a1e158f58a978b18e662c9bf137f5a5...0.0.1) diff --git a/pyproject.toml b/pyproject.toml index ca2d9b4..cc45008 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "edgeql-queries" -version = "0.0.5" +version = "0.1.0" description = "Simple EdgeQL in Python." authors = ["Nik Sidnev "] repository = "https://github.com/nsidnev/edgeql-queries"