Skip to content

Commit

Permalink
v1.11.1
Browse files Browse the repository at this point in the history
version 1.11.1
  • Loading branch information
thusser authored Dec 25, 2023
2 parents eb29cee + b422014 commit b9c4375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyobs/robotic/scripts/callmodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(
self,
module: str,
method: str,
params: Optional[List[Any]],
params: Optional[List[Any]] = None,
**kwargs: Any,
):
"""Initialize a new SequentialRunner.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "pyobs-core"
packages = [{ include = "pyobs" }]
version = "1.11.0"
version = "1.11.1"
description = "robotic telescope software"
authors = ["Tim-Oliver Husser <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b9c4375

Please sign in to comment.