Skip to content

Commit b69d715

Browse files
committed
Update version to 0.3.0
1 parent cd55320 commit b69d715

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bandicoot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .core import User
55
from . import individual, spatial, network, helper, utils, io, tests, core
66

7-
__version__ = "0.2.3"
7+
__version__ = "0.3.0"

bandicoot/tests/samples/empty_user.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"reporting__split_day": false,
167167
"reporting__split_week": false,
168168
"reporting__start_time": null,
169-
"reporting__version": "0.2.3",
169+
"reporting__version": "0.3.0",
170170
"reporting__weekend": [
171171
6,
172172
7

bandicoot/tests/samples/sample_user_all_metrics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"reporting__split_day": false,
100100
"reporting__split_week": false,
101101
"reporting__start_time": "2012-01-01 00:11:23",
102-
"reporting__version": "0.2.3",
102+
"reporting__version": "0.3.0",
103103
"reporting__weekend": [
104104
6,
105105
7

0 commit comments

Comments
 (0)