diff --git a/birdspotter.egg-info/PKG-INFO b/birdspotter.egg-info/PKG-INFO index 6178c8f..d4d1870 100644 --- a/birdspotter.egg-info/PKG-INFO +++ b/birdspotter.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: birdspotter -Version: 0.1.1a1 +Version: 0.1.2a1 Summary: A package to measure the influence and botness of twitter users, from twitter dumps Home-page: https://github.com/behavioral-ds/BirdSpotter Author: Rohit Ram diff --git a/birdspotter.egg-info/requires.txt b/birdspotter.egg-info/requires.txt index 45f1e58..66684a8 100644 --- a/birdspotter.egg-info/requires.txt +++ b/birdspotter.egg-info/requires.txt @@ -1,12 +1,12 @@ +tqdm +wget +simplejson numpy pandas python-dateutil pytz scikit-learn scipy -simplejson six sklearn -tqdm -wget xgboost==0.81 diff --git a/dist/birdspotter-0.1.1a1-py3-none-any.whl b/dist/birdspotter-0.1.1a1-py3-none-any.whl index a6b4eaa..80b1e2d 100644 Binary files a/dist/birdspotter-0.1.1a1-py3-none-any.whl and b/dist/birdspotter-0.1.1a1-py3-none-any.whl differ diff --git a/dist/birdspotter-0.1.1a1.tar.gz b/dist/birdspotter-0.1.1a1.tar.gz index 2fd4d9e..215d321 100644 Binary files a/dist/birdspotter-0.1.1a1.tar.gz and b/dist/birdspotter-0.1.1a1.tar.gz differ diff --git a/dist/birdspotter-0.1.2a1-py3-none-any.whl b/dist/birdspotter-0.1.2a1-py3-none-any.whl new file mode 100644 index 0000000..ca06d5e Binary files /dev/null and b/dist/birdspotter-0.1.2a1-py3-none-any.whl differ diff --git a/dist/birdspotter-0.1.2a1.tar.gz b/dist/birdspotter-0.1.2a1.tar.gz new file mode 100644 index 0000000..78c78de Binary files /dev/null and b/dist/birdspotter-0.1.2a1.tar.gz differ diff --git a/setup.py b/setup.py index 0e38c84..26849e9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'birdspotter', packages = ['birdspotter'], - version = '0.1.1a1', + version = '0.1.2a1', license = 'MIT', description = 'A package to measure the influence and botness of twitter users, from twitter dumps', author = 'Rohit Ram',