Skip to content

Commit 67bdc5c

Browse files
committed
bump version
1 parent 94a604b commit 67bdc5c

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
@@ -61,4 +61,4 @@ pkg/vtreat/vtreat_impl.py 711 61 91%
6161
-------------------------------------------------------------
6262
TOTAL 1509 108 93%
6363

64-
================== 44 passed, 2 warnings in 107.64s (0:01:47) ==================
64+
================== 44 passed, 2 warnings in 98.94s (0:01:38) ===================

docs/vtreat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1 class="modulename">
116116
</span><span id="L-11"><a href="#L-11"><span class="linenos">11</span></a><span class="kn">from</span> <span class="nn">vtreat.vtreat_api</span> <span class="kn">import</span> <span class="o">*</span>
117117
</span><span id="L-12"><a href="#L-12"><span class="linenos">12</span></a>
118118
</span><span id="L-13"><a href="#L-13"><span class="linenos">13</span></a><span class="n">__docformat__</span> <span class="o">=</span> <span class="s2">&quot;restructuredtext&quot;</span>
119-
</span><span id="L-14"><a href="#L-14"><span class="linenos">14</span></a><span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;1.2.7&quot;</span>
119+
</span><span id="L-14"><a href="#L-14"><span class="linenos">14</span></a><span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;1.2.8&quot;</span>
120120
</span><span id="L-15"><a href="#L-15"><span class="linenos">15</span></a>
121121
</span><span id="L-16"><a href="#L-16"><span class="linenos">16</span></a><span class="vm">__doc__</span> <span class="o">=</span> <span class="s2">&quot;&quot;&quot;</span>
122122
</span><span id="L-17"><a href="#L-17"><span class="linenos">17</span></a><span class="s2">This&lt;https://github.com/WinVector/pyvtreat&gt; is the Python version of the vtreat data preparation system</span>

pkg/build/lib/vtreat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from vtreat.vtreat_api import *
1212

1313
__docformat__ = "restructuredtext"
14-
__version__ = "1.2.7"
14+
__version__ = "1.2.8"
1515

1616
__doc__ = """
1717
This<https://github.com/WinVector/pyvtreat> is the Python version of the vtreat data preparation system

pkg/dist/vtreat-1.2.7.tar.gz

-37.3 KB
Binary file not shown.
Binary file not shown.

pkg/dist/vtreat-1.2.8.tar.gz

37.3 KB
Binary file not shown.

pkg/setup.py

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

6161
setuptools.setup(
6262
name='vtreat',
63-
version='1.2.7',
63+
version='1.2.8',
6464
author='John Mount, Nina Zumel',
6565
author_email='[email protected]',
6666
url='https://github.com/WinVector/pyvtreat',

pkg/vtreat.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: vtreat
3-
Version: 1.2.7
3+
Version: 1.2.8
44
Summary: vtreat is a pandas.DataFrame processor/conditioner that prepares real-world data for predictive modeling in a statistically sound manner.
55
Home-page: https://github.com/WinVector/pyvtreat
66
Author: John Mount, Nina Zumel

pkg/vtreat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from vtreat.vtreat_api import *
1212

1313
__docformat__ = "restructuredtext"
14-
__version__ = "1.2.7"
14+
__version__ = "1.2.8"
1515

1616
__doc__ = """
1717
This<https://github.com/WinVector/pyvtreat> is the Python version of the vtreat data preparation system

0 commit comments

Comments
 (0)