Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 333d3e3

Browse files
author
Alex Bucknall
committed
Changed version number to string
1 parent a23b28c commit 333d3e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pysense/lib/pysense.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from machine import Pin
22
import time
33

4-
__version__ = 1.0.0
4+
__version__ = '1.0.0'
55

66
class Pysense:
77

pytrack/lib/pytrack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import struct
66
import math
77

8-
__version__ = 1.0.0
8+
__version__ = '1.0.0'
99

1010
class Pytrack:
1111

0 commit comments

Comments
 (0)