Skip to content

Commit 1cf9b00

Browse files
author
Kazuki Suzuki Przyborowski
committed
Update versioninfo.py
1 parent d90828d commit 1cf9b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

upcean/versioninfo.py

Lines changed: 2 additions & 2 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.6 RC 1 - Author: cooldude2k $
14+
$FileInfo: versioninfo.py - Last Update: 11/17/2024 Ver. 2.12.8 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, 6, "RC 1", 1)
70+
__version_info__ = (2, 12, 8, "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,

0 commit comments

Comments
 (0)