We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31c6000 + a1de3f8 commit b4e8a12Copy full SHA for b4e8a12
example.py
@@ -16,7 +16,7 @@
16
17
18
def main():
19
- data = "https://oudon.xyz"
+ data = "https://github.com/OUDON/rmqrcode-python"
20
error_correction_level = ErrorCorrectionLevel.M
21
fit_strategy = FitStrategy.BALANCED
22
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = rmqrcode
3
-version = 0.3.1
+version = 0.3.2
4
author = Takahiro Tomita
5
author_email = ttp8101@gmail.com
6
description = An rMQR Code Generetor
0 commit comments