Skip to content

Commit

Permalink
New Version
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek3141 committed Dec 31, 2018
1 parent 4df9d62 commit 5438f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
pip install -r requirements.txt
python3 setup.py install
python3 setup.py installi

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='ml-python',
version='1.13',
version='1.14',
author="Vivek Verma",
packages=find_packages(),
author_email="vivekverma3141@gmail.com",
Expand Down

0 comments on commit 5438f98

Please sign in to comment.