Skip to content

Commit 48cf399

Browse files
committedFeb 5, 2024
bump version post release
1 parent 2f2493a commit 48cf399

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed
 

‎coverage.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ wvpy/util.py 4 0 100%
4141
---------------------------------------------
4242
TOTAL 624 138 78%
4343

44-
======================= 31 passed, 2 warnings in 50.60s ========================
44+
======================= 31 passed, 2 warnings in 48.67s ========================

‎pkg/build/lib/wvpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__docformat__ = "restructuredtext"
2-
__version__ = "1.1.1"
2+
__version__ = "1.1.2"
33

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

‎pkg/dist/wvpy-1.1.1.tar.gz

-15.8 KB
Binary file not shown.
Binary file not shown.

‎pkg/dist/wvpy-1.1.2.tar.gz

15.8 KB
Binary file not shown.

‎pkg/docs/wvpy.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h1 class="modulename">
5858
<label class="view-source-button" for="mod-wvpy-view-source"><span>View Source</span></label>
5959

6060
<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>
61-
</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.1&quot;</span>
61+
</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>
6262
</span><span id="L-3"><a href="#L-3"><span class="linenos">3</span></a>
6363
</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>
6464
</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>

‎pkg/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="wvpy",
11-
version="1.1.1",
11+
version="1.1.2",
1212
author="John Mount",
1313
author_email="jmount@win-vector.com",
1414
url="https://github.com/WinVector/wvpy",

‎pkg/wvpy.egg-info/PKG-INFO

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: wvpy
3-
Version: 1.1.1
3+
Version: 1.1.2
44
Summary: Convert Jupyter notebooks to and from Python files, and render.
55
Home-page: https://github.com/WinVector/wvpy
66
Author: John Mount

‎pkg/wvpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__docformat__ = "restructuredtext"
2-
__version__ = "1.1.1"
2+
__version__ = "1.1.2"
33

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

0 commit comments

Comments
 (0)
Please sign in to comment.