Skip to content

Commit d8c8763

Browse files
committed
Bump version to v1.0.26
1 parent d2e686f commit d8c8763

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Histograms and other aggregators may also be converted into CUDA code for inclus
1919
PyCUDA is available, they can also be filled from Numpy arrays by JIT-compiling the CUDA code.
2020
This 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

2424
Announcements
2525
=============

histogrammar/version.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
import re
44

55
name = "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"
99
release = True
1010

1111
version_info = tuple(re.split(r"[-\.]", __version__))

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
MAJOR = 1
2424
REVISION = 0
25-
PATCH = 25
25+
PATCH = 26
2626
DEV = False
2727
# NOTE: also update version at: README.rst
2828

0 commit comments

Comments
 (0)