Skip to content

Commit

Permalink
updated version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Dec 17, 2019
1 parent ea27a7a commit 17c863a
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion birdspotter.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions birdspotter.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
tqdm
wget
simplejson
numpy
pandas
python-dateutil
pytz
scikit-learn
scipy
simplejson
six
sklearn
tqdm
wget
xgboost==0.81
Binary file modified dist/birdspotter-0.1.1a1-py3-none-any.whl
Binary file not shown.
Binary file modified dist/birdspotter-0.1.1a1.tar.gz
Binary file not shown.
Binary file added dist/birdspotter-0.1.2a1-py3-none-any.whl
Binary file not shown.
Binary file added dist/birdspotter-0.1.2a1.tar.gz
Binary file not shown.
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 = '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',
Expand Down

0 comments on commit 17c863a

Please sign in to comment.