Skip to content

Commit

Permalink
bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanwerkhoven committed Oct 19, 2022
1 parent 5e37358 commit ebe4ef2
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.4.3] - 2022-10-19
### Added
- A new backend that uses Nvidia cuda-python
- Support for locked clocks in NVMLObserver
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.2'
version = u'0.4.3'
# The full version, including alpha/beta/rc tags.
release = u'0.4.2'
release = u'0.4.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion kernel_tuner/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from kernel_tuner.integration import store_results, create_device_targets
from kernel_tuner.interface import tune_kernel, run_kernel

__version__ = "0.4.2"
__version__ = "0.4.3"

0 comments on commit ebe4ef2

Please sign in to comment.