We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4747f commit a125887Copy full SHA for a125887
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "zodipy"
3
-version = "1.1.1"
+version = "1.1.2"
4
description = "A Python package for zodiacal light simulations"
5
authors = ["Metin San <metinisan@gmail.com>"]
6
readme = "README.md"
@@ -121,4 +121,4 @@ lint.pydocstyle.convention = "google"
121
122
[tool.ruff.lint.per-file-ignores]
123
"tests/*" = ["S101"]
124
-"docs/*" = ["INP001", "T201", "S101"]
+"docs/*" = ["INP001", "T201", "S101"]
0 commit comments