From 03eb3894d279e03fad72d385a78859f2b6a60d6c Mon Sep 17 00:00:00 2001 From: Lasse Hansen Date: Thu, 22 Sep 2022 10:06:03 +0200 Subject: [PATCH] build: bump version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 41243df2..e03ab99e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "psycopmlutils" -version = "1.1.1" +version = "1.1.2" description = "A collection of machine-learning utilities used across the psycop-projects." authors = ["Martin Bernstorff "] classifiers = [ @@ -90,4 +90,4 @@ known_third_party = ["wandb"] [tool.pylint] load-plugins = "pylint.extensions.docparams,pylint.extensions.code_style,pylint.extensions.for_any_all,pylint.extensions.typing" good-names = "df,p,f,d,e,n,k,i,v" -disable = "too-many-lines,line-too-long,missing-raises-doc,no-self-argument,unused-wildcard-import,wildcard-import,no-else-return,too-many-arguments" \ No newline at end of file +disable = "too-many-lines,line-too-long,missing-raises-doc,no-self-argument,unused-wildcard-import,wildcard-import,no-else-return,too-many-arguments"