We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0863fbc commit 9369560Copy full SHA for 9369560
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "servicex_analysis_utils"
7
-version = "1.1.1"
+version = "1.2.0a"
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
@@ -29,5 +29,5 @@
29
from .file_peeking import get_structure
30
from .dataset_resolver import ds_type_resolver
31
32
-__version__ = "1.1.1"
+__version__ = "1.2.0a"
33
__all__ = ["to_awk", "get_structure", "ds_type_resolver"]
0 commit comments