Skip to content

Commit d820ff5

Browse files
author
Vic-Nas
committed
Auto-generate docs and bump version to 0.21 [skip ci]
1 parent 7f09df7 commit d820ff5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.20
1+
0.21

setup.py

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

77
setup(
88
name="vicutils",
9-
version="0.20",
9+
version="0.21",
1010
packages=find_packages(),
1111
install_requires=[],
1212

vicutils/printBin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h2 id="returns">Returns</h2>
192192
if i + 1 &lt; len(prevValueIndexes):
193193
# Calculate parent position (should not be overwritten)
194194
parentCol = (prevValueIndexes[i] + prevValueIndexes[i + 1]) // 2
195-
# Fill columns between children (inclusive), except parent position
195+
# Fill columns between children, except parent position
196196
for col in range(prevValueIndexes[i] + 1, prevValueIndexes[i + 1]):
197197
if col != parentCol:
198198
mat[level][col] = center(&#34;&#34;, unitSize=unitSize, fillChar=connectorFillChar)

0 commit comments

Comments
 (0)