Skip to content

Commit 1eb2089

Browse files
author
Beat Buesser
committedMay 20, 2021
Bump version to ART 1.6.2
Signed-off-by: Beat Buesser <beat.buesser@ie.ibm.com>
1 parent 88639a6 commit 1eb2089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎art/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from art import wrappers
1212

1313
# Semantic Version
14-
__version__ = "1.6.1"
14+
__version__ = "1.6.2"
1515

1616
# pylint: disable=C0103
1717

‎docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '1.6'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.6.1'
29+
release = '1.6.2'
3030

3131

3232
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)
Please sign in to comment.