Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanwerkhoven committed Apr 18, 2018
1 parent 1aa1461 commit e50ed8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased



## [0.1.9] - 2018-04-18
### Changed
- bugfix for C backend for byte array arguments
- argument type mismatches throw warning instead of exception
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.8'
version = u'0.1.9'
# The full version, including alpha/beta/rc tags.
release = u'0.1.8'
release = u'0.1.9'

# 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 @@ -9,7 +9,7 @@ def readme():

setup(
name="kernel_tuner",
version="0.1.8",
version="0.1.9",
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 e50ed8d

Please sign in to comment.