feat(dgn-chatops): !pm shorthand for !probe_meet

Bumped minor version of Takumi for non-breaking changes.

Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
Ryan Lahfa 2024-09-21 00:52:13 +02:00
parent 1c6124f376
commit 6b30a95fbb
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
let
takumi = python3.pkgs.buildPythonPackage rec {
pname = "takumi";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
src = ./.;