Skip to content

Commit 51da982

Browse files
authored
v0.0.4
version 0.0.4
2 parents 31bb905 + 76b6ecf commit 51da982

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pyobs_brot/brottelescope.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import asyncio
22
import logging
33
from typing import Any
4-
5-
import qasync # type: ignore
6-
74
import numpy as np
85

96
from pyobs.mixins import FitsNamespaceMixin

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.3"
3+
version = "0.0.4"
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)