Skip to content

Commit

Permalink
api: bump the version to 2.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
jstypka committed Oct 8, 2017
1 parent 8075087 commit 28b47cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ or just pass the objects directly!

The package is not on PyPi, but you can get it directly from GitHub:
```
$ pip install git+https://github.com/inspirehep/magpie.git@v1.0
$ pip install git+https://github.com/inspirehep/magpie.git@v2.0
```
If you encounter any problems with the installation, make sure to install the correct versions of dependencies listed in `setup.py` file.

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.0',
version='2.0',

description='Automatic text classification tool',
# long_description=long_description,
Expand Down Expand Up @@ -73,7 +73,7 @@
'scipy~=0.18',
'gensim~=0.13',
'scikit-learn~=0.18',
'keras~=1.2.2',
'keras~=2.0',
'h5py~=2.6',
],

Expand Down

0 comments on commit 28b47cc

Please sign in to comment.