Skip to content

Commit

Permalink
bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Jul 3, 2023
1 parent d7cb375 commit 0113cf7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "lmo"
version = "0.5.3"
version = "0.6.0"
description = "L-Moments for robust statistics."
authors = ["Joren Hammudoglu <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -69,18 +69,22 @@ include = ["lmo"]
exclude = [
"**/__pycache__",
"**/.pytest_cache",
"**/.hypothesis",
"**./.pytest_cache",
"**/.ruff_cache",
".git",
".github",
".hypothesis",
".pytest_cache",
".ruff_cache",
"dist",
"docs",
"site",
"tests",
]
venvPath = ".venv"
venv = ".venv"
pythonVersion = "3.10"
pythonPlatform = "Linux"
typeCheckingMode = "strict"
reportMissingImports = true
reportMissingTypeStubs = false


[tool.ruff]
Expand Down

0 comments on commit 0113cf7

Please sign in to comment.