Skip to content

Commit 3cf890d

Browse files
author
Beat Buesser
committed
Bump version number to 1.4.3
1 parent a99c852 commit 3cf890d

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
@@ -11,7 +11,7 @@
1111
from art import wrappers
1212

1313
# Semantic Version
14-
__version__ = "1.4.2"
14+
__version__ = "1.4.3"
1515

1616
# pylint: disable=C0103
1717

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '1.4'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.4.2'
29+
release = '1.4.3'
3030

3131

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

0 commit comments

Comments
 (0)