Skip to content

Commit 236640e

Browse files
beat-buesserBeat Buesser
authored andcommitted
Increase version to ART 1.7.2
Signed-off-by: Beat Buesser <[email protected]>
1 parent 85ca10f commit 236640e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

art/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from art import preprocessing
1313

1414
# Semantic Version
15-
__version__ = "1.7.1"
15+
__version__ = "1.7.2"
1616

1717
# pylint: disable=C0103
1818

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = "1.7"
2929
# The full version, including alpha/beta/rc tags
30-
release = "1.7.1"
30+
release = "1.7.2"
3131

3232

3333
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)