Skip to content

Commit ebe4ef2

Browse files
bump version to 0.4.3
1 parent 5e37358 commit ebe4ef2

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.4.3] - 2022-10-19
79
### Added
810
- A new backend that uses Nvidia cuda-python
911
- Support for locked clocks in NVMLObserver

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.2'
62+
version = u'0.4.3'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'0.4.2'
64+
release = u'0.4.3'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

kernel_tuner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from kernel_tuner.integration import store_results, create_device_targets
22
from kernel_tuner.interface import tune_kernel, run_kernel
33

4-
__version__ = "0.4.2"
4+
__version__ = "0.4.3"

0 commit comments

Comments
 (0)