Skip to content

Commit

Permalink
meta fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Mar 3, 2020
1 parent 147e258 commit 40d2d7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dataplicity/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.35"
__version__ = "0.4.36"

if __name__ == "__main__":
# The build script uses this to extract the current version
Expand Down
2 changes: 1 addition & 1 deletion dataplicity/rpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ def get_machine_revision():
except IOError:
return None
else:
return revision_code
return revision_code.decode("utf-8")

0 comments on commit 40d2d7b

Please sign in to comment.