Skip to content

Commit 9866504

Browse files
Update version to 1.2.1
1 parent 4b6713c commit 9866504

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.2.0"
7+
version = "1.2.1"
88
description = "A package with analysis tools for ServiceX."
99
authors = [{name = "Artur Cordeiro Oudot Choi", email = "[email protected]"}]
1010
readme = "README.md"

servicex_analysis_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
from .file_peeking import get_structure
3030
from .dataset_resolver import ds_type_resolver
3131

32-
__version__ = "1.2.0"
32+
__version__ = "1.2.1"
3333
__all__ = ["to_awk", "get_structure", "ds_type_resolver"]

0 commit comments

Comments
 (0)