Skip to content

Commit 59f8711

Browse files
author
githubz0r
committedMar 13, 2025·
sdfsdf
1 parent 6868473 commit 59f8711

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
 

‎bifrost_bridge/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.0.4"

‎settings.ini

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = bifrost_bridge
33
lib_name = bifrost_bridge
4-
version = 0.0.2
4+
version = 0.0.4
55
min_python = 3.8
66
license = MIT
77
black_formatting = True
@@ -40,3 +40,12 @@ console_scripts =
4040
bridge_pmlst=bifrost_bridge.pmlst:process_pmlst_data_from_cli
4141
bridge_rmlst=bifrost_bridge.rmlst:process_rmlst_data_from_cli
4242
bridge_qc=bifrost_bridge.bifrost:process_qc_data
43+
readme_nb = index.ipynb
44+
allowed_metadata_keys =
45+
allowed_cell_metadata_keys =
46+
jupyter_hooks = False
47+
clean_ids = True
48+
clear_all = False
49+
cell_number = True
50+
skip_procs =
51+

0 commit comments

Comments
 (0)
Please sign in to comment.