Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
impratikjaiswal committed Dec 31, 2023
1 parent 8dc5d85 commit 2ec586b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qr_play/main/helper/constants_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class ConfigConst:
TOOL_VERSION = '2.0.0'
TOOL_VERSION = '2.1.0'
TOOL_VERSION_DETAILED = f'v{TOOL_VERSION}'
TOOL_NAME = 'qrPlay'
2 changes: 1 addition & 1 deletion qr_play/main/helper/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Defaults:
PRINT_INPUT = False
PRINT_OUTPUT = True
QUITE_MODE = False
QR_CODE_VERSION = 40
QR_CODE_VERSION = 5
SCALE = 5
IMAGE_FORMAT = Formats.PNG
SPLIT_QRS = True
Expand Down
3 changes: 3 additions & 0 deletions qr_play/main/helper/metadata.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from collections import OrderedDict

from python_helpers.ph_constants import PhConstants
from python_helpers.ph_keys import PhKeys


class MetaData:
def __init__(self, raw_data_org):
Expand Down

0 comments on commit 2ec586b

Please sign in to comment.