File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Histograms and other aggregators may also be converted into CUDA code for inclus
1919PyCUDA is available, they can also be filled from Numpy arrays by JIT-compiling the CUDA code.
2020This Python implementation of histogrammar been tested to guarantee compatibility with its Scala implementation.
2121
22- Latest Python release: v1.0.25 (April 2022).
22+ Latest Python release: v1.0.26 (April 2022).
2323
2424Announcements
2525=============
Original file line number Diff line number Diff line change 33import re
44
55name = "histogrammar"
6- __version__ = "1.0.24 "
7- version = "1.0.24 "
8- full_version = "1.0.24 "
6+ __version__ = "1.0.26 "
7+ version = "1.0.26 "
8+ full_version = "1.0.26 "
99release = True
1010
1111version_info = tuple (re .split (r"[-\.]" , __version__ ))
Original file line number Diff line number Diff line change 2222
2323MAJOR = 1
2424REVISION = 0
25- PATCH = 25
25+ PATCH = 26
2626DEV = False
2727# NOTE: also update version at: README.rst
2828
You can’t perform that action at this time.
0 commit comments