Skip to content

Commit d92a34d

Browse files
committed
Merge branch 'main' of github.com:swerik-project/swedish-de-hyphenator
2 parents 48b98bd + 4417b56 commit d92a34d

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

18.9 KB
Binary file not shown.
17.4 KB
Binary file not shown.

docs/swedish_dehyphenator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2>Submodules</h2>
2929
</ul>
3030

3131

32-
<footer>1.0.1</footer>
32+
<footer>1.0.2</footer>
3333

3434
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
3535
built with <span class="visually-hidden">pdoc</span><img

docs/swedish_dehyphenator/config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2>API Documentation</h2>
4848
</ul>
4949

5050

51-
<footer>1.0.1</footer>
51+
<footer>1.0.2</footer>
5252

5353
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
5454
built with <span class="visually-hidden">pdoc</span><img
@@ -73,7 +73,7 @@ <h1 class="modulename">
7373
</span><span id="L-2"><a href="#L-2"><span class="linenos"> 2</span></a><span class="sd">&quot;&quot;&quot;</span>
7474
</span><span id="L-3"><a href="#L-3"><span class="linenos"> 3</span></a><span class="sd">Set configuration options for swedish_dehyphenator.</span>
7575
</span><span id="L-4"><a href="#L-4"><span class="linenos"> 4</span></a><span class="sd">&quot;&quot;&quot;</span>
76-
</span><span id="L-5"><a href="#L-5"><span class="linenos"> 5</span></a><span class="kn">import</span> <span class="nn">argparse</span><span class="o">,</span> <span class="nn">json</span><span class="o">,</span> <span class="nn">os</span>
76+
</span><span id="L-5"><a href="#L-5"><span class="linenos"> 5</span></a><span class="kn">import</span> <span class="nn">argparse</span><span class="o">,</span> <span class="nn">json</span><span class="o">,</span> <span class="nn">os</span><span class="o">,</span> <span class="nn">sys</span>
7777
</span><span id="L-6"><a href="#L-6"><span class="linenos"> 6</span></a>
7878
</span><span id="L-7"><a href="#L-7"><span class="linenos"> 7</span></a>
7979
</span><span id="L-8"><a href="#L-8"><span class="linenos"> 8</span></a>

docs/swedish_dehyphenator/swedish_dehyphenator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2>API Documentation</h2>
6666
</ul>
6767

6868

69-
<footer>1.0.1</footer>
69+
<footer>1.0.2</footer>
7070

7171
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
7272
built with <span class="visually-hidden">pdoc</span><img

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "swedish-dehyphenator"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "A python program to remove end-line hyphenations from large texts."
55
authors = ["Stian Rødven Eide", "bobborges robert.borges@statistik.uu.se"]
66
packages = [{include = "swedish_dehyphenator", from = ""}]

0 commit comments

Comments
 (0)