From a249a9f7051b1954631b14010748cbaa260d3efd Mon Sep 17 00:00:00 2001 From: Bryan White Date: Tue, 24 Dec 2024 23:57:38 +0100 Subject: [PATCH] chore: missing dep & version bump (#5) * chore: add missing dependency * chore: update Pipfile.lock * chore: bump minor version --- Pipfile | 1 + Pipfile.lock | 3 ++- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 42aa060..184aaef 100644 --- a/Pipfile +++ b/Pipfile @@ -16,6 +16,7 @@ pytest = "*" pytest-cov = "*" hatch = "*" twine = "*" +typing-extensions = "*" [requires] python_version = "3.11" diff --git a/Pipfile.lock b/Pipfile.lock index feb416e..29e7aef 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "dd0487fe7bf19cac72d17c8b883abdd9d6aace617259f2990bfafe7aefc4310a" + "sha256": "fae213c8697e577bbdbf7400a767cf0e4ee1514bcf343e3832de6c9204cd7c6a" }, "pipfile-spec": 6, "requires": { @@ -905,6 +905,7 @@ "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" ], + "index": "pip_conf_index_global", "markers": "python_version >= '3.8'", "version": "==4.12.2" }, diff --git a/pyproject.toml b/pyproject.toml index 218aee4..8dc7148 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "poktroll-clients" -version = "0.1.0a2" +version = "0.2.0a0.dev0" description = "Python bindings for the Pocket Network protocol client library (libpoktroll-clients)" readme = "README.md" requires-python = ">=3.8"