Skip to content

Commit 307f7c9

Browse files
author
Beat Buesser
committed
Increase version to 1.3.1
Signed-off-by: Beat Buesser <[email protected]>
1 parent f4dfb5f commit 307f7c9

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.3.0"
14+
__version__ = "1.3.1"
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.3'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.3.0'
29+
release = '1.3.1'
3030

3131

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

0 commit comments

Comments
 (0)