We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492fcee commit e449049Copy full SHA for e449049
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "servicex_analysis_utils"
7
-version = "1.0.0a4"
+version = "1.0.0.a8"
8
description = "A package with analysis tools for ServiceX."
9
authors = [{name = "Artur Cordeiro Oudot Choi", email = "acordeir@cern.ch"}]
10
readme = "README.md"
servicex_analysis_utils/__init__.py
@@ -28,5 +28,5 @@
28
from .materialization import to_awk
29
from .file_peeking import get_structure
30
31
-__version__ = "1.0.0a5"
+__version__ = "1.0.0.a8"
32
__all__ = ["to_awk", "get_structure"]
0 commit comments