Skip to content

Commit

Permalink
Update PyPI version, fix pip to install latest
Browse files Browse the repository at this point in the history
  • Loading branch information
anttttti committed Jan 2, 2019
1 parent 7f81847 commit ef57b5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ include wordbatch/models/ftrl.pyx
include wordbatch/models/fm_ftrl.pyx
include wordbatch/models/nn_relu_h1.pyx
include wordbatch/models/nn_relu_h2.pyx
include wordbatch/models/avx_ext.c
include wordbatch/models/avx_ext.h

include scripts/wordbag_regressor.py
include scripts/wordhash_regressor.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='Wordbatch',
version='1.3.6',
version='1.3.8',
description='Parallel text feature extraction for machine learning',
url='https://github.com/anttttti/Wordbatch',
author='Antti Puurula',
Expand Down
2 changes: 1 addition & 1 deletion wordbatch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
PACKAGE_DIR = os.path.dirname(os.path.abspath(__file__))
__version__ = '1.3.6'
__version__ = '1.3.8'

from .wordbatch import *

0 comments on commit ef57b5c

Please sign in to comment.