Skip to content

Commit a67a104

Browse files
bump version
1 parent 0db10f6 commit a67a104

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.1'
62+
version = u'0.4.2'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'0.4.1'
64+
release = u'0.4.2'
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
@@ -8,7 +8,7 @@ def readme():
88

99
setup(
1010
name="kernel_tuner",
11-
version="0.4.1",
11+
version="0.4.2",
1212
author="Ben van Werkhoven",
1313
author_email="[email protected]",
1414
description=("An easy to use CUDA/OpenCL kernel tuner in Python"),

0 commit comments

Comments
 (0)