Skip to content

Commit c95ef80

Browse files
committed
bump version
1 parent 11de145 commit c95ef80

9 files changed

Lines changed: 6 additions & 6 deletions

File tree

coverage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ wvpy/util.py 321 7 98%
3131
TOTAL 579 154 73%
3232

3333

34-
============================= 20 passed in 15.59s ==============================
34+
============================= 20 passed in 13.48s ==============================

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.3.2"
2+
__version__ = "0.3.3"
33

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

pkg/dist/wvpy-0.3.2.tar.gz

-14 KB
Binary file not shown.

pkg/dist/wvpy-0.3.3.tar.gz

14 KB
Binary file not shown.

pkg/docs/wvpy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h1 class="modulename">
5050
<details>
5151
<summary>View Source</summary>
5252
<div class="pdoc-code codehilite"><pre><span></span><span class="n">__docformat__</span> <span class="o">=</span> <span class="s2">&quot;restructuredtext&quot;</span>
53-
<span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;0.3.2&quot;</span>
53+
<span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;0.3.3&quot;</span>
5454

5555
<span class="vm">__doc__</span> <span class="o">=</span> <span class="s2">&quot;&quot;&quot;</span>
5656
<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.3.2",
11+
version="0.3.3",
1212
author="John Mount",
1313
author_email="jmount@win-vector.com",
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.3.2
3+
Version: 0.3.3
44
Summary: Simple utilities for teaching Pandas and scikit learn.
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.3.2"
2+
__version__ = "0.3.3"
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)