Skip to content

Commit

Permalink
Update bandicoot version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cynddl committed May 6, 2016
1 parent 8cdf17c commit 4c1e4e5
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bandicoot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

import bandicoot.helper.tools

__version__ = "0.4.0"
__version__ = "0.5.0"
4 changes: 2 additions & 2 deletions bandicoot/tests/samples/regressions/ego.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"reporting__antennas_path": "samples/towers.csv",
"reporting__attributes_path": "samples/attributes",
"reporting__recharges_path": "samples/attributes",
"reporting__version": "0.4.0",
"reporting__code_signature": "9f648eb0aa73d5e521c7e8a2bf8256697a467bdf",
"reporting__version": "0.5.0",
"reporting__code_signature": "92baf56749980c1cda5cb4ae7cc533683c311b9c",
"reporting__groupby": "week",
"reporting__split_week": true,
"reporting__split_day": true,
Expand Down
4 changes: 2 additions & 2 deletions bandicoot/tests/samples/regressions/empty_user.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"reporting__antennas_path": null,
"reporting__attributes_path": null,
"reporting__recharges_path": null,
"reporting__version": "0.4.0",
"reporting__code_signature": "9f648eb0aa73d5e521c7e8a2bf8256697a467bdf",
"reporting__version": "0.5.0",
"reporting__code_signature": "92baf56749980c1cda5cb4ae7cc533683c311b9c",
"reporting__groupby": "week",
"reporting__split_week": true,
"reporting__split_day": true,
Expand Down
4 changes: 2 additions & 2 deletions bandicoot/tests/samples/regressions/manual_a.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"reporting__antennas_path": "samples/towers.csv",
"reporting__attributes_path": null,
"reporting__recharges_path": null,
"reporting__version": "0.4.0",
"reporting__code_signature": "9f648eb0aa73d5e521c7e8a2bf8256697a467bdf",
"reporting__version": "0.5.0",
"reporting__code_signature": "92baf56749980c1cda5cb4ae7cc533683c311b9c",
"reporting__groupby": "week",
"reporting__split_week": true,
"reporting__split_day": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"reporting__antennas_path": null,
"reporting__attributes_path": "samples/attributes",
"reporting__recharges_path": "samples/attributes",
"reporting__version": "0.4.0",
"reporting__code_signature": "9f648eb0aa73d5e521c7e8a2bf8256697a467bdf",
"reporting__version": "0.5.0",
"reporting__code_signature": "92baf56749980c1cda5cb4ae7cc533683c311b9c",
"reporting__groupby": "week",
"reporting__split_week": true,
"reporting__split_day": true,
Expand Down
4 changes: 2 additions & 2 deletions bandicoot/tests/samples/regressions/sample_user.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"reporting__antennas_path": null,
"reporting__attributes_path": null,
"reporting__recharges_path": null,
"reporting__version": "0.4.0",
"reporting__code_signature": "9f648eb0aa73d5e521c7e8a2bf8256697a467bdf",
"reporting__version": "0.5.0",
"reporting__code_signature": "92baf56749980c1cda5cb4ae7cc533683c311b9c",
"reporting__groupby": null,
"reporting__split_week": true,
"reporting__split_day": true,
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

project = u'bandicoot'
copyright = u'2014-2015, Yves-Alexandre de Montjoye, Luc Rocher, Alex Pentland'
version = '0.4'
release = '0.4.0'
version = '0.5'
release = '0.5.0'

exclude_patterns = ['_build']
pygments_style = 'sphinx'
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The behavioral indicators can be computed by individual functions such as :meth:
"antennas_path": None,
"attributes_path": None,
"recharges_path": None,
"version": "0.4.0",
"version": "0.5.0",
"code_signature": "9f648eb0aa73d5e521c7e8a2bf8256697a467bdf",
"groupby": "week",
"split_week": false,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name='bandicoot',
author='Yves-Alexandre de Montjoye',
author_email='[email protected]',
version="0.4",
version="0.5",
url="https://github.com/yvesalexandre/bandicoot",
license="MIT",
packages=[
Expand Down

0 comments on commit 4c1e4e5

Please sign in to comment.