pogucam 0.1.15__tar.gz → 0.1.16__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.1.15
2
+ current_version = 0.1.16
3
3
  commit = True
4
4
  tag = True
5
5
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pogucam
3
- Version: 0.1.15
3
+ Version: 0.1.16
4
4
  Summary: Add your description here
5
5
  Author-email: jaromrax <jaromrax@gmail.com>
6
6
  Requires-Python: >=3.12
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pogucam"
3
- version = "0.1.15"
3
+ version = "0.1.16"
4
4
  description = "Add your description here"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -2079,7 +2079,7 @@ class StreamWidget(QLabel):
2079
2079
  DO_TIMELAPS = False
2080
2080
  if self.l_timelaps:
2081
2081
  if dt.datetime.now() > self.l_timelaps_last + dt.timedelta(seconds=self.l_timelaps_seconds):
2082
- print(f"\ni... {fg.cyan} TIMELAPS saving now {fg.default} ... every {fg.orange} {self.l_timelaps_seconds} s. {fg.defaiult}")
2082
+ print(f"\ni... {fg.cyan} TIMELAPS saving now {fg.default} ... every {fg.orange} {self.l_timelaps_seconds} s. {fg.default}")
2083
2083
  self.l_timelaps_last = dt.datetime.now()
2084
2084
  DO_TIMELAPS = True
2085
2085
  # ---- just save once -------------------- ************ "s" ***********
@@ -282,7 +282,7 @@ wheels = [
282
282
 
283
283
  [[package]]
284
284
  name = "pogucam"
285
- version = "0.1.14"
285
+ version = "0.1.15"
286
286
  source = { editable = "." }
287
287
  dependencies = [
288
288
  { name = "astropy" },
File without changes
File without changes
File without changes
File without changes
File without changes