Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrdavis committed Aug 28, 2023
1 parent a4412e1 commit 67bf695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion microSWIFTtelemetry/pull_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def create_request(


def pull_telemetry_as_var(
buoy_id: str, # TODO: should this accept a list?
buoy_id: str,
start_date: datetime,
end_date: datetime = datetime.utcnow(),
var_type: str = 'dict',
Expand Down
2 changes: 1 addition & 1 deletion microSWIFTtelemetry/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
_version_major = 0
_version_minor = 3
_version_micro = 2 # use '' for first of series, number for 1 and above
_version_micro = 3 # use '' for first of series, number for 1 and above
# _version_extra = 'dev'
_version_extra = '' # TODO: Uncomment this for full releases

Expand Down

0 comments on commit 67bf695

Please sign in to comment.