Skip to content

Commit

Permalink
chore: missing dep & version bump (#5)
Browse files Browse the repository at this point in the history
* chore: add missing dependency

* chore: update Pipfile.lock

* chore: bump minor version
  • Loading branch information
bryanchriswhite authored Dec 24, 2024
1 parent 47eb749 commit a249a9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pytest = "*"
pytest-cov = "*"
hatch = "*"
twine = "*"
typing-extensions = "*"

[requires]
python_version = "3.11"
3 changes: 2 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a249a9f

Please sign in to comment.