Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanwerkhoven committed Mar 9, 2023
1 parent 95e63a0 commit 27c9f5b
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.4] - 2023-03-09
### Added
- Support for using time_limit in simulation mode
- Helper functions for energy tuning
Expand All @@ -12,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Changed
- Changed what timings are stored in cache files
- No longer inserting partial loop unrolling factor of 0 in CUDA

## [0.4.3] - 2022-10-19
### 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.3'
version = u'0.4.4'
# The full version, including alpha/beta/rc tags.
release = u'0.4.3'
release = u'0.4.4'

# 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.3"
__version__ = "0.4.4"

0 comments on commit 27c9f5b

Please sign in to comment.