Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
laowantong committed Aug 13, 2020
1 parent 32f1c7c commit 53cb656
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ If you use Jupyter notebook/lab, you've also just installed a so-called magic co
%load_ext paroxython
```

This should print `"paroxython 0.4.4 loaded."`. Run it on a cell of Python code (line numbers added for clarity):
This should print `"paroxython 0.4.5 loaded."`. Run it on a cell of Python code (line numbers added for clarity):

```python
1 %%paroxython
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/cli_collect.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2 id="options">Options</h2>
-t --taxonomy=PATH The path of a TSV file mapping labels onto taxa. If not
specified, use the &quot;taxonomy.tsv&quot; present in DIRECTORY's
parent. If absent, use the included default taxonomy:
&lt;https://github.com/laowantong/paroxython/blob/0.4.4/paroxython/resources/taxonomy.tsv&gt;
&lt;https://github.com/laowantong/paroxython/blob/0.4.5/paroxython/resources/taxonomy.tsv&gt;
</code></pre>
<details class="source">
<summary>
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/cli_tag.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2 id="options">Options</h2>
-l --labels Output the labels instead of the taxa.
-t --taxonomy=PATH The path of a TSV file mapping labels onto taxa.
If not specified, use the included default taxonomy:
&lt;https://github.com/laowantong/paroxython/blob/0.4.4/paroxython/resources/taxonomy.tsv&gt;
&lt;https://github.com/laowantong/paroxython/blob/0.4.5/paroxython/resources/taxonomy.tsv&gt;
</code></pre>
<details class="source">
<summary>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h4 id="ipython-magic-command">IPython magic command</h4>
<p>If you use Jupyter notebook/lab, you've also just installed a so-called magic command. Load it like this:</p>
<pre><code class="python">%load_ext paroxython
</code></pre>
<p>This should print <code>"paroxython 0.4.4 loaded."</code>. Run it on a cell of Python code:</p>
<p>This should print <code>"paroxython 0.4.5 loaded."</code>. Run it on a cell of Python code:</p>
<script src="https://emgithub.com/embed.js?target=https%3A%2F%2Fgithub.com%2Flaowantong%2Fparoxython%2Fblob%2Fmaster%2Fdocs%2Fresources%2Ffibonacci.py&style=github&showBorder=on&showLineNumbers=on"></script>
<table>
<thead>
Expand Down
2 changes: 1 addition & 1 deletion paroxython/cli/cli_collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
-t --taxonomy=PATH The path of a TSV file mapping labels onto taxa. If not
specified, use the "taxonomy.tsv" present in DIRECTORY's
parent. If absent, use the included default taxonomy:
https://github.com/laowantong/paroxython/blob/0.4.4/paroxython/resources/taxonomy.tsv
https://github.com/laowantong/paroxython/blob/0.4.5/paroxython/resources/taxonomy.tsv
```
"""

Expand Down
2 changes: 1 addition & 1 deletion paroxython/cli/cli_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-l --labels Output the labels instead of the taxa.
-t --taxonomy=PATH The path of a TSV file mapping labels onto taxa.
If not specified, use the included default taxonomy:
https://github.com/laowantong/paroxython/blob/0.4.4/paroxython/resources/taxonomy.tsv
https://github.com/laowantong/paroxython/blob/0.4.5/paroxython/resources/taxonomy.tsv
```
"""

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "paroxython"
version = "0.4.4"
version = "0.4.5"
description = "Search Python code for algorithmic features"
authors = ["Aristide Grange"]
license = "MIT"
Expand Down

0 comments on commit 53cb656

Please sign in to comment.