Skip to content

Commit fa40f7a

Browse files
committed
bump version
1 parent 552f48f commit fa40f7a

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed

coverage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ wvpy/render_workbook.py 54 54 0%
1717
TOTAL 446 248 44%
1818

1919

20-
============================= 10 passed in 31.81s ==============================
20+
============================= 10 passed in 31.68s ==============================

pkg/build/lib/wvpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__docformat__ = "restructuredtext"
2-
__version__ = "0.4.0"
2+
__version__ = "0.4.1"
33

44
__doc__ = """
55
This<https://github.com/WinVector/wvpy> is a package of example files for teaching data science.

pkg/dist/wvpy-0.4.0.tar.gz

-9.63 KB
Binary file not shown.
Binary file not shown.

pkg/dist/wvpy-0.4.1.tar.gz

9.63 KB
Binary file not shown.

pkg/docs/wvpy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h1 class="modulename">
5555
<label class="view-source-button" for="mod-wvpy-view-source"><span>View Source</span></label>
5656

5757
<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>
58-
</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;0.4.0&quot;</span>
58+
</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;0.4.1&quot;</span>
5959
</span><span id="L-3"><a href="#L-3"><span class="linenos">3</span></a>
6060
</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>
6161
</span><span id="L-5"><a href="#L-5"><span class="linenos">5</span></a><span class="s2">This&lt;https://github.com/WinVector/wvpy&gt; is a package of example files for teaching data science.</span>

pkg/setup.py

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

99
setuptools.setup(
1010
name="wvpy",
11-
version="0.4.0",
11+
version="0.4.1",
1212
author="John Mount",
1313
author_email="[email protected]",
1414
url="https://github.com/WinVector/wvpy",

pkg/wvpy.egg-info/PKG-INFO

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

pkg/wvpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__docformat__ = "restructuredtext"
2-
__version__ = "0.4.0"
2+
__version__ = "0.4.1"
33

44
__doc__ = """
55
This<https://github.com/WinVector/wvpy> is a package of example files for teaching data science.

0 commit comments

Comments
 (0)