Skip to content

Commit 67bf695

Browse files
committed
update version
1 parent a4412e1 commit 67bf695

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

microSWIFTtelemetry/pull_telemetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def create_request(
6565

6666

6767
def pull_telemetry_as_var(
68-
buoy_id: str, # TODO: should this accept a list?
68+
buoy_id: str,
6969
start_date: datetime,
7070
end_date: datetime = datetime.utcnow(),
7171
var_type: str = 'dict',

microSWIFTtelemetry/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
55
_version_major = 0
66
_version_minor = 3
7-
_version_micro = 2 # use '' for first of series, number for 1 and above
7+
_version_micro = 3 # use '' for first of series, number for 1 and above
88
# _version_extra = 'dev'
99
_version_extra = '' # TODO: Uncomment this for full releases
1010

0 commit comments

Comments
 (0)