File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55## Unreleased
66
7+
8+ ## [ 0.3.1] - 2020-06-11
79### Added
810- kernelbuilder functionality for including kernels in Python applications
911- smem_args option for dynamically allocated shared memory in CUDA kernels
Original file line number Diff line number Diff line change 5959# built documents.
6060#
6161# The short X.Y version.
62- version = u'0.3.0 '
62+ version = u'0.3.1 '
6363# The full version, including alpha/beta/rc tags.
64- release = u'0.3.0 '
64+ release = u'0.3.1 '
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def readme():
1414
1515setup (
1616 name = "kernel_tuner" ,
17- version = "0.3.0 " ,
17+ version = "0.3.1 " ,
1818 author = "Ben van Werkhoven" ,
19192020 description = ("An easy to use CUDA/OpenCL kernel tuner in Python" ),
You can’t perform that action at this time.
0 commit comments