Skip to content

Commit 1da9a60

Browse files
bump version
1 parent 094322d commit 1da9a60

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,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
## [0.4.1] - 2021-09-10
78
### Added
89
- support for PyTorch Tensors as input data type for kernels
910
- support for smem_args in run_kernel
@@ -12,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1213

1314
### Changed
1415
- optionally store the kernel_string with store_results
16+
- improved reporting of skipped configurations
1517

1618
## [0.4.0] - 2021-04-09
1719
### Added

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.4.0'
62+
version = u'0.4.1'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'0.4.0'
64+
release = u'0.4.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.4.0",
17+
version="0.4.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)