Skip to content

Commit 66b011f

Browse files
committed
bump up version to 1.0.22
1 parent 8889d8b commit 66b011f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
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.22 (Mar 2021).
22+
Latest Python release: v1.0.23 (Mar 2021).
2323

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

setup.py

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

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

0 commit comments

Comments
 (0)