Skip to content

Commit fe99d38

Browse files
bump version
1 parent aabda67 commit fe99d38

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7+
8+
## [0.1.4] - 2017-06-14
79
### Changed
810
- device and kernel name are printed by runner
911
- tune_kernel also returns a dict with environment info
1012
- using different timer in C vector add example
1113

12-
1314
## [0.1.3] - 2017-04-06
1415
### Changed
1516
- changed how scalar arguments are handled internally

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.3'
62+
version = u'0.1.4'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'0.1.3'
64+
release = u'0.1.4'
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
@@ -14,7 +14,7 @@ def required():
1414

1515
setup(
1616
name = "kernel_tuner",
17-
version = "0.1.3",
17+
version = "0.1.4",
1818
author = "Ben van Werkhoven",
1919
author_email = "b.vanwerkhoven@esciencecenter.nl",
2020
description = ("A simple CUDA/OpenCL kernel tuner in Python"),

0 commit comments

Comments
 (0)