Skip to content

Commit e449049

Browse files
Update version to 1.0.0.a8
1 parent 492fcee commit e449049

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "servicex_analysis_utils"
7-
version = "1.0.0a4"
7+
version = "1.0.0.a8"
88
description = "A package with analysis tools for ServiceX."
99
authors = [{name = "Artur Cordeiro Oudot Choi", email = "acordeir@cern.ch"}]
1010
readme = "README.md"

servicex_analysis_utils/__init__.py

Lines changed: 1 addition & 1 deletion
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.0a5"
31+
__version__ = "1.0.0.a8"
3232
__all__ = ["to_awk", "get_structure"]

0 commit comments

Comments
 (0)