Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanwerkhoven committed Jun 14, 2017
1 parent aabda67 commit fe99d38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased


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


## [0.1.3] - 2017-04-06
### Changed
- changed how scalar arguments are handled internally
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.1.3'
version = u'0.1.4'
# The full version, including alpha/beta/rc tags.
release = u'0.1.3'
release = u'0.1.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def required():

setup(
name = "kernel_tuner",
version = "0.1.3",
version = "0.1.4",
author = "Ben van Werkhoven",
author_email = "b.vanwerkhoven@esciencecenter.nl",
description = ("A simple CUDA/OpenCL kernel tuner in Python"),
Expand Down

0 comments on commit fe99d38

Please sign in to comment.