Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HLasse authored Sep 22, 2022
1 parent 559e7b5 commit 03eb389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
classifiers = [
Expand Down Expand Up @@ -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"
disable = "too-many-lines,line-too-long,missing-raises-doc,no-self-argument,unused-wildcard-import,wildcard-import,no-else-return,too-many-arguments"

0 comments on commit 03eb389

Please sign in to comment.