It works, with TODOs

This commit is contained in:
Andrea Mistrali 2024-07-05 17:28:48 +02:00
parent 375c9688f5
commit 343f88b61f
2 changed files with 2 additions and 1 deletions

1
hsapi-client/TODO.md Normal file
View File

@ -0,0 +1 @@
- fix types for nodeId, ideally it should be an int

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "hsapi-client" name = "hsapi-client"
version = "0.9.2" version = "0.9.3"
description = "Headscale API client" description = "Headscale API client"
authors = ["Andrea Mistrali <andrea@mistrali.pw>"] authors = ["Andrea Mistrali <andrea@mistrali.pw>"]
license = "BSD" license = "BSD"