~hedy/spartan-py

ecf6dd7f119756a959692f3db2b6fe8890088e40 — Hedy Li 3 years ago 9da5354 master
fix typo in readme
2 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M pyproject.toml
M README.md => README.md +1 -1
@@ 20,7 20,7 @@ Try it in the REPL:
>>> req = spartan.Request("spartan.mozz.us")
>>> req
Request(host='spartan.mozz.us', port=300, path='/') data-length=0
>>> print(res)
>>> print(req)
'spartan.mozz.us / 0'
>>> res = req.send()
>>> res

M pyproject.toml => pyproject.toml +1 -1
@@ 1,6 1,6 @@
[tool.poetry]
name = "spartan-py"
version = "0.2.9"
version = "0.2.10"
description = "Library for spartan protocol"
authors = ["Hedy Li <hedy@tilde.cafe>"]
packages = [