Skip to content

Commit 5f8d9c1

Browse files
committed
work on deps, bump version
1 parent 212db2e commit 5f8d9c1

File tree

6 files changed

+5
-3
lines changed

6 files changed

+5
-3
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Win Vector LLC extras for teaching data science in Python 3
22

33
pip install wvpy
4-
# or: pip install https://github.com/WinVector/wvpy/raw/master/dist/wvpy-0.1.7.tar.gz
4+
# or: pip install https://github.com/WinVector/wvpy/raw/master/dist/wvpy-0.1.8.tar.gz
55

66
~/anaconda3/bin/python3
77

pkg/dist/wvpy-0.1.7.tar.gz

-4.51 KB
Binary file not shown.
Binary file not shown.

pkg/dist/wvpy-0.1.8.tar.gz

4.52 KB
Binary file not shown.

pkg/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"""
88

99
setuptools.setup(name='wvpy',
10-
version='0.1.7',
10+
version='0.1.8',
1111
author='John Mount',
1212
author_email='[email protected]',
1313
url='https://github.com/WinVector/wvpy',
@@ -30,6 +30,7 @@
3030
'Programming Language :: Python :: 3.5',
3131
'Programming Language :: Python :: 3.6',
3232
'Programming Language :: Python :: 3.7',
33+
'Programming Language :: Python :: 3.8',
3334
'License :: OSI Approved :: BSD License',
3435
],
3536
long_description=LONG_DESCRIPTION,

pkg/wvpy.egg-info/PKG-INFO

Lines changed: 2 additions & 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.1.7
3+
Version: 0.1.8
44
Summary: Simple utilities for teaching Pandas and scikit learn.
55
Home-page: https://github.com/WinVector/wvpy
66
Author: John Mount
@@ -16,5 +16,6 @@ Classifier: Programming Language :: Python :: 3
1616
Classifier: Programming Language :: Python :: 3.5
1717
Classifier: Programming Language :: Python :: 3.6
1818
Classifier: Programming Language :: Python :: 3.7
19+
Classifier: Programming Language :: Python :: 3.8
1920
Classifier: License :: OSI Approved :: BSD License
2021
Description-Content-Type: text/markdown

0 commit comments

Comments
 (0)