Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Apr 15, 2023
1 parent 94a604b commit 67bdc5c
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 @@ -61,4 +61,4 @@ pkg/vtreat/vtreat_impl.py 711 61 91%
-------------------------------------------------------------
TOTAL 1509 108 93%

================== 44 passed, 2 warnings in 107.64s (0:01:47) ==================
================== 44 passed, 2 warnings in 98.94s (0:01:38) ===================
2 changes: 1 addition & 1 deletion docs/vtreat.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1 class="modulename">
</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>
</span><span id="L-12"><a href="#L-12"><span class="linenos">12</span></a>
</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>
</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>
</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>
</span><span id="L-15"><a href="#L-15"><span class="linenos">15</span></a>
</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>
</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>
Expand Down
2 changes: 1 addition & 1 deletion pkg/build/lib/vtreat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from vtreat.vtreat_api import *

__docformat__ = "restructuredtext"
__version__ = "1.2.7"
__version__ = "1.2.8"

__doc__ = """
This<https://github.com/WinVector/pyvtreat> is the Python version of the vtreat data preparation system
Expand Down
Binary file removed pkg/dist/vtreat-1.2.7.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added pkg/dist/vtreat-1.2.8.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pkg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

setuptools.setup(
name='vtreat',
version='1.2.7',
version='1.2.8',
author='John Mount, Nina Zumel',
author_email='jmount@win-vector.com',
url='https://github.com/WinVector/pyvtreat',
Expand Down
2 changes: 1 addition & 1 deletion pkg/vtreat.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: vtreat
Version: 1.2.7
Version: 1.2.8
Summary: vtreat is a pandas.DataFrame processor/conditioner that prepares real-world data for predictive modeling in a statistically sound manner.
Home-page: https://github.com/WinVector/pyvtreat
Author: John Mount, Nina Zumel
Expand Down
2 changes: 1 addition & 1 deletion pkg/vtreat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from vtreat.vtreat_api import *

__docformat__ = "restructuredtext"
__version__ = "1.2.7"
__version__ = "1.2.8"

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

0 comments on commit 67bdc5c

Please sign in to comment.