Skip to content

Commit 1abf03c

Browse files
author
kx79wq
committed
rel: bump version to 1.1.2
1 parent 5b1b424 commit 1abf03c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ more quickly via Numpy commands, rather than Python for loops.
1717

1818
This Python implementation of histogrammar been tested to guarantee compatibility with its Scala implementation.
1919

20-
Latest Python release: v1.1.1 (Aug 2025).
21-
Latest update: Aug 2025.
20+
Latest Python release: v1.1.2 (Sep 2025).
21+
Latest update: Sep 2025.
2222

2323
References
2424
==========

histogrammar/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import re
44

5-
version = "1.1.1"
5+
version = "1.1.2"
66

77

88
def split_version_string(version_string: str) -> tuple[int, int]:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "histogrammar"
7-
description = "Composable histogram primitives for distributed data reduction"
7+
description = "Histograms for Pandas/Spark/Numpy"
88
keywords = [
99
"pandas",
1010
"spark",
@@ -17,7 +17,7 @@ keywords = [
1717
]
1818
readme = "README.rst"
1919
requires-python = ">=3.9"
20-
authors = [{ name = "Jim Pivarski (DIANA-HEP)", email = "pivarski@fnal.gov" }, { name = "Max Baak", email = "maxbaak@gmail.com" }]
20+
authors = [{ name = "Max Baak", email = "maxbaak@gmail.com" }, { name = "Jim Pivarski (DIANA-HEP)", email = "pivarski@fnal.gov" }]
2121
maintainers = [{ name = "Max Baak", email = "maxbaak@gmail.com" }]
2222
license = { type = "Apache Software License v2", file = "LICENSE" }
2323
dependencies = [

0 commit comments

Comments
 (0)