We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5cb15a commit 09202b1Copy full SHA for 09202b1
art/__init__.py
@@ -11,7 +11,7 @@
11
from art import wrappers
12
13
# Semantic Version
14
-__version__ = "1.6.1-dev"
+__version__ = "1.6.1"
15
16
# pylint: disable=C0103
17
docs/conf.py
@@ -26,7 +26,7 @@
26
# The short X.Y version
27
version = '1.6'
28
# The full version, including alpha/beta/rc tags
29
-release = '1.6.1-dev'
+release = '1.6.1'
30
31
32
# -- General configuration ---------------------------------------------------
0 commit comments