Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanwerkhoven committed Sep 10, 2021
1 parent 094322d commit 1da9a60
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,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

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

### Changed
- optionally store the kernel_string with store_results
- improved reporting of skipped configurations

## [0.4.0] - 2021-04-09
### Added
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.4.0'
version = u'0.4.1'
# The full version, including alpha/beta/rc tags.
release = u'0.4.0'
release = u'0.4.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.4.0",
version="0.4.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 1da9a60

Please sign in to comment.