Skip to content

Commit b4e8a12

Browse files
authored
Merge pull request #50 from OUDON/chore/bumps-to-v0-3-2
Chore/bumps to v0.3.2
2 parents 31c6000 + a1de3f8 commit b4e8a12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
def main():
19-
data = "https://oudon.xyz"
19+
data = "https://github.com/OUDON/rmqrcode-python"
2020
error_correction_level = ErrorCorrectionLevel.M
2121
fit_strategy = FitStrategy.BALANCED
2222

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = rmqrcode
3-
version = 0.3.1
3+
version = 0.3.2
44
author = Takahiro Tomita
55
author_email = ttp8101@gmail.com
66
description = An rMQR Code Generetor

0 commit comments

Comments
 (0)