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 23, 2024
1 parent 28267c4 commit 76561e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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/20/2024 Ver. 2.12.14 RC 1 - Author: cooldude2k $
$FileInfo: versioninfo.py - Last Update: 11/22/2024 Ver. 2.12.16 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, 14, "RC 1", 1)
__version_info__ = (2, 12, 16, "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 Expand Up @@ -105,7 +105,7 @@ def version_info():
return {"major": __version_info__[0], "minor": __version_info__[1], "build": __version_info__[2], "release": None}


__version_date_info__ = (2024, 11, 20, "RC 1", 1)
__version_date_info__ = (2024, 11, 22, "RC 1", 1)


def version_date():
Expand Down

0 comments on commit 76561e5

Please sign in to comment.