Merge pull request #349 from nlewo/release-1.18.0

Bump version to 1.18.0
This commit is contained in:
adisbladis 2021-08-11 17:54:29 -05:00 committed by GitHub
commit 7bccfb6952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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