Skip to content

Commit

Permalink
Update versioninfo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski authored Nov 18, 2024
1 parent 7e3fddd commit c8150b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyhockeystats/versioninfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2024 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: versioninfo.py - Last Update: 11/17/2024 Ver. 0.10.2 RC 1 - Author: cooldude2k $
$FileInfo: versioninfo.py - Last Update: 11/18/2024 Ver. 0.10.4 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
Expand Down Expand Up @@ -97,7 +97,7 @@ def get_python_info(infotype=None):
__project__ = __program_name__
__project_url__ = "https://github.com/GameMaker2k/Neo-Hockey-Test"
__project_release_url__ = "https://github.com/GameMaker2k/Neo-Hockey-Test/releases/latest"
__version_info__ = (0, 10, 2, "RC 1", 1)
__version_info__ = (0, 10, 4, "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 @@ -137,7 +137,7 @@ def version_info():
return {"major": __version_info__[0], "minor": __version_info__[1], "build": __version_info__[2], "release": None}


__version_date_info__ = (2024, 11, 17, "RC 1", 1)
__version_date_info__ = (2024, 11, 18, "RC 1", 1)


def version_date():
Expand Down

0 comments on commit c8150b3

Please sign in to comment.