Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Feb 16, 2024
1 parent 7f544fe commit 6073181
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ wvpy/util.py 4 0 100%
---------------------------------------------
TOTAL 646 154 76%

======================= 33 passed, 2 warnings in 55.47s ========================
======================= 33 passed, 2 warnings in 58.13s ========================
2 changes: 1 addition & 1 deletion pkg/build/lib/wvpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__docformat__ = "restructuredtext"
__version__ = "1.1.2"
__version__ = "1.1.3"

__doc__ = """
<https://github.com/WinVector/wvpy> a system for converting and rendering Jupyter notebooks.
Expand Down
Binary file removed pkg/dist/wvpy-1.1.2.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added pkg/dist/wvpy-1.1.3.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pkg/docs/wvpy.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1 class="modulename">
<label class="view-source-button" for="mod-wvpy-view-source"><span>View Source</span></label>

<div class="pdoc-code codehilite"><pre><span></span><span id="L-1"><a href="#L-1"><span class="linenos">1</span></a><span class="n">__docformat__</span> <span class="o">=</span> <span class="s2">&quot;restructuredtext&quot;</span>
</span><span id="L-2"><a href="#L-2"><span class="linenos">2</span></a><span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;1.1.2&quot;</span>
</span><span id="L-2"><a href="#L-2"><span class="linenos">2</span></a><span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;1.1.3&quot;</span>
</span><span id="L-3"><a href="#L-3"><span class="linenos">3</span></a>
</span><span id="L-4"><a href="#L-4"><span class="linenos">4</span></a><span class="vm">__doc__</span> <span class="o">=</span> <span class="s2">&quot;&quot;&quot;</span>
</span><span id="L-5"><a href="#L-5"><span class="linenos">5</span></a><span class="s2">&lt;https://github.com/WinVector/wvpy&gt; a system for converting and rendering Jupyter notebooks.</span>
Expand Down
2 changes: 1 addition & 1 deletion pkg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="wvpy",
version="1.1.2",
version="1.1.3",
author="John Mount",
author_email="[email protected]",
url="https://github.com/WinVector/wvpy",
Expand Down
2 changes: 1 addition & 1 deletion pkg/wvpy.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: wvpy
Version: 1.1.2
Version: 1.1.3
Summary: Convert Jupyter notebooks to and from Python files, and render.
Home-page: https://github.com/WinVector/wvpy
Author: John Mount
Expand Down
2 changes: 1 addition & 1 deletion pkg/wvpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__docformat__ = "restructuredtext"
__version__ = "1.1.2"
__version__ = "1.1.3"

__doc__ = """
<https://github.com/WinVector/wvpy> a system for converting and rendering Jupyter notebooks.
Expand Down

0 comments on commit 6073181

Please sign in to comment.