Skip to content

Commit c9f478e

Browse files
committed
Changed version to string
1 parent c667455 commit c9f478e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pirc522/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import RPi.GPIO as GPIO
66

77

8-
__version__ = (1, 0, 0)
8+
__version__ = "1.1.0"
99

1010

1111
class RFID(object):

0 commit comments

Comments
 (0)