Skip to content

Commit

Permalink
Update versioninfo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski authored Sep 7, 2023
1 parent a39148e commit 3bbdb5a
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: 9/6/2023 Ver. 2.10.4 RC 1 - Author: cooldude2k $
$FileInfo: versioninfo.py - Last Update: 9/6/2023 Ver. 2.10.5 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
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, 10, 4, "RC 1", 1);
__version_info__ = (2, 10, 5, "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, "day": None, "hour": None, "minute": None, "second": None};
__build_python_info__ = {"python_branch": None, "python_build": None, "python_compiler": None, "python_implementation": None, "python_revision": None, "python_version": None, "python_version_tuple": None, "release": None, "system": None, "uname": None, "machine": None, "node": None, "platform": None, "processor": None, "version": None, "java_ver": None, "win32_ver": None, "mac_ver": None, "linux_distribution": None, "libc_ver": None};
Expand Down

0 comments on commit 3bbdb5a

Please sign in to comment.