File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55## Unreleased
66
7+
8+
9+ ## [ 0.1.9] - 2018-04-18
710### Changed
811- bugfix for C backend for byte array arguments
912- argument type mismatches throw warning instead of exception
Original file line number Diff line number Diff line change 5959# built documents.
6060#
6161# The short X.Y version.
62- version = u'0.1.8 '
62+ version = u'0.1.9 '
6363# The full version, including alpha/beta/rc tags.
64- release = u'0.1.8 '
64+ release = u'0.1.9 '
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 @@ -9,7 +9,7 @@ def readme():
99
1010setup (
1111 name = "kernel_tuner" ,
12- version = "0.1.8 " ,
12+ version = "0.1.9 " ,
1313 author = "Ben van Werkhoven" ,
1414 author_email = "b.vanwerkhoven@esciencecenter.nl" ,
1515 description = ("A simple CUDA/OpenCL kernel tuner in Python" ),
You can’t perform that action at this time.
0 commit comments