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 4c46126 commit a938744Copy full SHA for a938744
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "servicex_analysis_utils"
7
-version = "1.0.b3"
+version = "1.0.0"
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
@@ -27,5 +27,5 @@
27
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
from .materialization import to_awk
29
30
-__version__ = "1.0.b1"
+__version__ = "1.0.0"
31
__all__ = ['to_awk']
0 commit comments