Skip to content

Commit 1bc3dc4

Browse files
authored
v0.0.6
version 0.0.6
2 parents ac64ab9 + 4f30eed commit 1bc3dc4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pyobs_brot/brotdome.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
import logging
33
from typing import Any
44

5-
import async_timer # type: ignore
6-
import qasync # type: ignore
7-
85
from pyobs.events import RoofOpenedEvent, RoofClosingEvent
96
from pyobs.interfaces import IDome, IRoof, IMotion
107
from pyobs.modules.roof.basedome import BaseDome

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyobs-brot"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "pyobs module for BROTlib telescopes"
55
authors = [{ name = "Tim-Oliver Husser", email = "[email protected]" }, { name = "Lukas Melzig", email = "[email protected]" }]
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)