Skip to content

Commit a6189a3

Browse files
committed
Squashed commit of the following:
commit ef8de4d Author: Eran Kampf <eran@ekampf.com> Date: Mon Feb 25 09:36:38 2019 -0800 README fixes commit 6588b0e Author: Eran Kampf <eran@ekampf.com> Date: Wed Feb 6 18:05:46 2019 -0800 rename lib to gql-next
1 parent da315f9 commit a6189a3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ API call while enjoying the advantages that come with GraphQL.
1616
Simply install from PyPi:
1717

1818
```bash
19-
pip install !!TBD!!
19+
pip install gql-next
2020
```
2121

2222
Then go to your project folder and run `gql init`

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
2-
name = "gql"
3-
version = "0.1.1"
2+
name = "gql-next"
3+
version = "0.1.0"
44
description = "Python GraphQL Client Library"
55
authors = ["Eran Kampf <eran@ekampf.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)