Skip to content

Commit

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

## Unreleased


## [0.3.1] - 2020-06-11
### Added
- kernelbuilder functionality for including kernels in Python applications
- smem_args option for dynamically allocated shared memory in CUDA kernels
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.3.0'
version = u'0.3.1'
# The full version, including alpha/beta/rc tags.
release = u'0.3.0'
release = u'0.3.1'

# 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 readme():

setup(
name="kernel_tuner",
version="0.3.0",
version="0.3.1",
author="Ben van Werkhoven",
author_email="[email protected]",
description=("An easy to use CUDA/OpenCL kernel tuner in Python"),
Expand Down

0 comments on commit 6353aea

Please sign in to comment.