Bump version to 1.21.0

This commit is contained in:
adisbladis 2021-09-29 21:31:49 -05:00
parent 724e5b0f7e
commit aee8f04296
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -5,7 +5,7 @@
}: }:
let let
# Poetry2nix version # Poetry2nix version
version = "1.20.0"; version = "1.21.0";
inherit (poetryLib) isCompatible readTOML moduleName; inherit (poetryLib) isCompatible readTOML moduleName;