Skip to content

Commit 359d471

Browse files
committed
Version 1.0.6.
1 parent 1c6d548 commit 359d471

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
# built documents.
4848
#
4949
# The short X.Y version.
50-
version = "1.0.5"
50+
version = "1.0.6"
5151
# The full version, including alpha/beta/rc tags.
52-
release = "1.0.5"
52+
release = "1.0.6"
5353

5454
# The language for content autogenerated by Sphinx. Refer to documentation
5555
# for a list of supported languages.

histogrammar/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import re
1818

19-
__version__ = "1.0.5"
19+
__version__ = "1.0.6"
2020

2121
version = __version__
2222

0 commit comments

Comments
 (0)