Skip to content

Commit 783d06c

Browse files
authored
Merge pull request #6 from qlient-org/dev
Update docs
2 parents 9fde9f0 + ee88319 commit 783d06c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
/.idea/
55
/build/
66
/dist/
7+
/.pytest_cache/**
78
/*.egg-info/
89
.install.stamp
9-
.coverage
10+
.coverage
11+
/site/**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qlient"
3-
version = "0.0.1-alpha"
3+
version = "0.0.1-alpha-1"
44
description = "A fast and modern graphql client designed with simplicity in mind."
55
authors = ["Daniel Seifert <[email protected]>"]
66
maintainers = ["Daniel Seifert <[email protected]>"]

0 commit comments

Comments
 (0)