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 1c6d548 commit 359d471Copy full SHA for 359d471
docs/conf.py
@@ -47,9 +47,9 @@
47
# built documents.
48
#
49
# The short X.Y version.
50
-version = "1.0.5"
+version = "1.0.6"
51
# The full version, including alpha/beta/rc tags.
52
-release = "1.0.5"
+release = "1.0.6"
53
54
# The language for content autogenerated by Sphinx. Refer to documentation
55
# for a list of supported languages.
histogrammar/version.py
@@ -16,7 +16,7 @@
16
17
import re
18
19
-__version__ = "1.0.5"
+__version__ = "1.0.6"
20
21
version = __version__
22
0 commit comments