Skip to content

Commit e237945

Browse files
authored
Update versioninfo.py
1 parent 06dd85d commit e237945

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

upcean/versioninfo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
1212
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1313
14-
$FileInfo: versioninfo.py - Last Update: 11/17/2024 Ver. 2.12.10 RC 1 - Author: cooldude2k $
14+
$FileInfo: versioninfo.py - Last Update: 11/19/2024 Ver. 2.12.12 RC 1 - Author: cooldude2k $
1515
'''
1616

1717
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
@@ -67,7 +67,7 @@
6767
__status__ = "Production"
6868
__project__ = "PyUPC-EAN"
6969
__project_url__ = "https://pypi.python.org/pypi/PyUPC-EAN"
70-
__version_info__ = (2, 12, 10, "RC 1", 1)
70+
__version_info__ = (2, 12, 12, "RC 1", 1)
7171
__build_time__ = {"timestamp": None, "year": None, "month": None,
7272
"day": None, "hour": None, "minute": None, "second": None}
7373
__build_time_utc__ = {"timestamp": None, "year": None, "month": None,
@@ -105,7 +105,7 @@ def version_info():
105105
return {"major": __version_info__[0], "minor": __version_info__[1], "build": __version_info__[2], "release": None}
106106

107107

108-
__version_date_info__ = (2024, 11, 17, "RC 1", 1)
108+
__version_date_info__ = (2024, 11, 19, "RC 1", 1)
109109

110110

111111
def version_date():

0 commit comments

Comments
 (0)