Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

Commit

Permalink
update pyproject.toml with new release version (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsidnev authored May 17, 2021
1 parent 892bd7a commit d910510
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<small>[Compare with first commit](https://github.com/nsidnev/edgeql-queries/compare/8ccbf7955a1e158f58a978b18e662c9bf137f5a5...0.0.1)</small>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
repository = "https://github.com/nsidnev/edgeql-queries"
Expand Down

1 comment on commit d910510

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.