Skip to content

Commit c5464d6

Browse files
authored
Update __init__.py for versioning - resolved merge conflict
1 parent b1b6bb1 commit c5464d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servicex_analysis_utils/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
from .materialization import to_awk
2929
from .file_peeking import get_structure
3030

31-
__version__ = "1.0.b1"
32-
__all__ = ["to_awk"]
31+
__version__ = "1.0.0"
32+
__all__ = ["to_awk","get_structure"]

0 commit comments

Comments
 (0)