Skip to content

Commit

Permalink
Tag version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cynddl committed May 18, 2020
1 parent d02ffe8 commit e2ab26b
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ notifications:
language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
cache: apt

addons:
Expand Down
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.3"
__version__ = "0.6.0"
2 changes: 1 addition & 1 deletion bandicoot/tests/samples/regressions/ego.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"reporting__antennas_path": "samples/towers.csv",
"reporting__attributes_path": "samples/attributes",
"reporting__recharges_path": "samples/attributes",
"reporting__version": "0.5.3",
"reporting__version": "0.6.0",
"reporting__code_signature": "89d1d14777d4e6036aee1af0d009f5fcab395904",
"reporting__groupby": "week",
"reporting__split_week": true,
Expand Down
2 changes: 1 addition & 1 deletion bandicoot/tests/samples/regressions/empty_user.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"reporting__antennas_path": null,
"reporting__attributes_path": null,
"reporting__recharges_path": null,
"reporting__version": "0.5.3",
"reporting__version": "0.6.0",
"reporting__code_signature": "89d1d14777d4e6036aee1af0d009f5fcab395904",
"reporting__groupby": "week",
"reporting__split_week": true,
Expand Down
2 changes: 1 addition & 1 deletion bandicoot/tests/samples/regressions/manual_a.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"reporting__antennas_path": "samples/towers.csv",
"reporting__attributes_path": null,
"reporting__recharges_path": null,
"reporting__version": "0.5.3",
"reporting__version": "0.6.0",
"reporting__code_signature": "89d1d14777d4e6036aee1af0d009f5fcab395904",
"reporting__groupby": "week",
"reporting__split_week": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"reporting__antennas_path": null,
"reporting__attributes_path": "samples/attributes",
"reporting__recharges_path": "samples/attributes",
"reporting__version": "0.5.3",
"reporting__version": "0.6.0",
"reporting__code_signature": "89d1d14777d4e6036aee1af0d009f5fcab395904",
"reporting__groupby": "week",
"reporting__split_week": true,
Expand Down
2 changes: 1 addition & 1 deletion bandicoot/tests/samples/regressions/sample_user.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"reporting__antennas_path": null,
"reporting__attributes_path": null,
"reporting__recharges_path": null,
"reporting__version": "0.5.3",
"reporting__version": "0.6.0",
"reporting__code_signature": "89d1d14777d4e6036aee1af0d009f5fcab395904",
"reporting__groupby": null,
"reporting__split_week": true,
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
master_doc = 'index'

project = u'bandicoot'
copyright = u'2014-2015, Yves-Alexandre de Montjoye, Luc Rocher, Alex Pentland'
version = '0.5'
release = '0.5.0'
copyright = u'2014-2020, Yves-Alexandre de Montjoye, Luc Rocher, Alex Pentland'
version = '0.6'
release = '0.6.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.5.0",
"version": "0.6.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 @@ -9,7 +9,7 @@
name='bandicoot',
author='Yves-Alexandre de Montjoye',
author_email='[email protected]',
version="0.5.4",
version="0.6.0",
url="https://github.com/computationalprivacy/bandicoot",
license="MIT",
packages=[
Expand Down

0 comments on commit e2ab26b

Please sign in to comment.