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 e1a2864 commit a932354Copy full SHA for a932354
docs/conf.py
@@ -47,9 +47,9 @@
47
# built documents.
48
#
49
# The short X.Y version.
50
-version = "1.0.8"
+version = "1.0.9"
51
# The full version, including alpha/beta/rc tags.
52
-release = "1.0.8"
+release = "1.0.9"
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.8"
+__version__ = "1.0.9"
20
21
version = __version__
22
0 commit comments