Skip to content

Commit a125887

Browse files
authored
Bump version
1 parent 1e4747f commit a125887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zodipy"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
description = "A Python package for zodiacal light simulations"
55
authors = ["Metin San <metinisan@gmail.com>"]
66
readme = "README.md"
@@ -121,4 +121,4 @@ lint.pydocstyle.convention = "google"
121121

122122
[tool.ruff.lint.per-file-ignores]
123123
"tests/*" = ["S101"]
124-
"docs/*" = ["INP001", "T201", "S101"]
124+
"docs/*" = ["INP001", "T201", "S101"]

0 commit comments

Comments
 (0)