Skip to content

Commit 1789186

Browse files
bump version
1 parent 53604a4 commit 1789186

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
8+
## [0.1.8] - 2017-11-23
79
### Changed
810
- bugfix for when using iterations smaller than 3
911
- the install procedure now uses extras, e.g. [cuda,opencl]

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = u'0.1.7'
62+
version = u'0.1.8'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'0.1.7'
64+
release = u'0.1.8'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def readme():
99

1010
setup(
1111
name="kernel_tuner",
12-
version="0.1.7",
12+
version="0.1.8",
1313
author="Ben van Werkhoven",
1414
author_email="b.vanwerkhoven@esciencecenter.nl",
1515
description=("A simple CUDA/OpenCL kernel tuner in Python"),

0 commit comments

Comments
 (0)