Skip to content

Commit 4c1e4e5

Browse files
committed
Update bandicoot version to 0.5
1 parent 8cdf17c commit 4c1e4e5

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

bandicoot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828

2929
import bandicoot.helper.tools
3030

31-
__version__ = "0.4.0"
31+
__version__ = "0.5.0"

bandicoot/tests/samples/regressions/ego.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"reporting__antennas_path": "samples/towers.csv",
55
"reporting__attributes_path": "samples/attributes",
66
"reporting__recharges_path": "samples/attributes",
7-
"reporting__version": "0.4.0",
8-
"reporting__code_signature": "9f648eb0aa73d5e521c7e8a2bf8256697a467bdf",
7+
"reporting__version": "0.5.0",
8+
"reporting__code_signature": "92baf56749980c1cda5cb4ae7cc533683c311b9c",
99
"reporting__groupby": "week",
1010
"reporting__split_week": true,
1111
"reporting__split_day": true,

bandicoot/tests/samples/regressions/empty_user.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"reporting__antennas_path": null,
55
"reporting__attributes_path": null,
66
"reporting__recharges_path": null,
7-
"reporting__version": "0.4.0",
8-
"reporting__code_signature": "9f648eb0aa73d5e521c7e8a2bf8256697a467bdf",
7+
"reporting__version": "0.5.0",
8+
"reporting__code_signature": "92baf56749980c1cda5cb4ae7cc533683c311b9c",
99
"reporting__groupby": "week",
1010
"reporting__split_week": true,
1111
"reporting__split_day": true,

bandicoot/tests/samples/regressions/manual_a.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"reporting__antennas_path": "samples/towers.csv",
55
"reporting__attributes_path": null,
66
"reporting__recharges_path": null,
7-
"reporting__version": "0.4.0",
8-
"reporting__code_signature": "9f648eb0aa73d5e521c7e8a2bf8256697a467bdf",
7+
"reporting__version": "0.5.0",
8+
"reporting__code_signature": "92baf56749980c1cda5cb4ae7cc533683c311b9c",
99
"reporting__groupby": "week",
1010
"reporting__split_week": true,
1111
"reporting__split_day": true,

bandicoot/tests/samples/regressions/manual_a_orange_network.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"reporting__antennas_path": null,
55
"reporting__attributes_path": "samples/attributes",
66
"reporting__recharges_path": "samples/attributes",
7-
"reporting__version": "0.4.0",
8-
"reporting__code_signature": "9f648eb0aa73d5e521c7e8a2bf8256697a467bdf",
7+
"reporting__version": "0.5.0",
8+
"reporting__code_signature": "92baf56749980c1cda5cb4ae7cc533683c311b9c",
99
"reporting__groupby": "week",
1010
"reporting__split_week": true,
1111
"reporting__split_day": true,

bandicoot/tests/samples/regressions/sample_user.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"reporting__antennas_path": null,
55
"reporting__attributes_path": null,
66
"reporting__recharges_path": null,
7-
"reporting__version": "0.4.0",
8-
"reporting__code_signature": "9f648eb0aa73d5e521c7e8a2bf8256697a467bdf",
7+
"reporting__version": "0.5.0",
8+
"reporting__code_signature": "92baf56749980c1cda5cb4ae7cc533683c311b9c",
99
"reporting__groupby": null,
1010
"reporting__split_week": true,
1111
"reporting__split_day": true,

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

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

2727
exclude_patterns = ['_build']
2828
pygments_style = 'sphinx'

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The behavioral indicators can be computed by individual functions such as :meth:
6363
"antennas_path": None,
6464
"attributes_path": None,
6565
"recharges_path": None,
66-
"version": "0.4.0",
66+
"version": "0.5.0",
6767
"code_signature": "9f648eb0aa73d5e521c7e8a2bf8256697a467bdf",
6868
"groupby": "week",
6969
"split_week": false,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name='bandicoot',
77
author='Yves-Alexandre de Montjoye',
88
author_email='[email protected]',
9-
version="0.4",
9+
version="0.5",
1010
url="https://github.com/yvesalexandre/bandicoot",
1111
license="MIT",
1212
packages=[

0 commit comments

Comments
 (0)