Skip to content

Commit 6353aea

Browse files
bump version
1 parent 46db5f2 commit 6353aea

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.3.1] - 2020-06-11
79
### Added
810
- kernelbuilder functionality for including kernels in Python applications
911
- smem_args option for dynamically allocated shared memory in CUDA kernels

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.3.0'
62+
version = u'0.3.1'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'0.3.0'
64+
release = u'0.3.1'
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 readme():
1414

1515
setup(
1616
name="kernel_tuner",
17-
version="0.3.0",
17+
version="0.3.1",
1818
author="Ben van Werkhoven",
1919
author_email="[email protected]",
2020
description=("An easy to use CUDA/OpenCL kernel tuner in Python"),

0 commit comments

Comments
 (0)