Skip to content

Commit

Permalink
Update versioninfo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski committed Nov 15, 2024
1 parent 5b84f1c commit ae8d272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upcean/versioninfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: versioninfo.py - Last Update: 11/15/2024 Ver. 2.12.0 RC 1 - Author: cooldude2k $
$FileInfo: versioninfo.py - Last Update: 11/15/2024 Ver. 2.12.2 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
Expand Down Expand Up @@ -67,7 +67,7 @@
__status__ = "Production"
__project__ = "PyUPC-EAN"
__project_url__ = "https://pypi.python.org/pypi/PyUPC-EAN"
__version_info__ = (2, 12, 0, "RC 1", 1)
__version_info__ = (2, 12, 2, "RC 1", 1)
__build_time__ = {"timestamp": None, "year": None, "month": None,
"day": None, "hour": None, "minute": None, "second": None}
__build_time_utc__ = {"timestamp": None, "year": None, "month": None,
Expand Down

0 comments on commit ae8d272

Please sign in to comment.