Skip to content

Commit

Permalink
Update to version 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cynddl committed Aug 2, 2016
1 parent 03b031b commit b26cfb0
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.5.2"
__version__ = "0.5.3"
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.5.2",
"reporting__code_signature": "6d0f6c0556a33bd29d051b0a782573652141ef54",
"reporting__version": "0.5.3",
"reporting__code_signature": "9448acf6f41035dc77ec1442688b811e522ffb4d",
"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.5.2",
"reporting__code_signature": "6d0f6c0556a33bd29d051b0a782573652141ef54",
"reporting__version": "0.5.3",
"reporting__code_signature": "9448acf6f41035dc77ec1442688b811e522ffb4d",
"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.5.2",
"reporting__code_signature": "6d0f6c0556a33bd29d051b0a782573652141ef54",
"reporting__version": "0.5.3",
"reporting__code_signature": "9448acf6f41035dc77ec1442688b811e522ffb4d",
"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.5.2",
"reporting__code_signature": "6d0f6c0556a33bd29d051b0a782573652141ef54",
"reporting__version": "0.5.3",
"reporting__code_signature": "9448acf6f41035dc77ec1442688b811e522ffb4d",
"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.5.2",
"reporting__code_signature": "6d0f6c0556a33bd29d051b0a782573652141ef54",
"reporting__version": "0.5.3",
"reporting__code_signature": "9448acf6f41035dc77ec1442688b811e522ffb4d",
"reporting__groupby": null,
"reporting__split_week": true,
"reporting__split_day": true,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name='bandicoot',
author='Yves-Alexandre de Montjoye',
author_email='yvesalexandre@demontjoye.com',
version="0.5.2",
version="0.5.3",
url="https://github.com/yvesalexandre/bandicoot",
license="MIT",
packages=[
Expand Down

0 comments on commit b26cfb0

Please sign in to comment.