Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski committed Oct 31, 2024
1 parent f74722e commit f3d795c
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 @@ -67,7 +67,7 @@
__status__ = "Production"
__project__ = "PyUPC-EAN"
__project_url__ = "https://pypi.python.org/pypi/PyUPC-EAN"
__version_info__ = (2, 10, 6, "RC 1", 1)
__version_info__ = (2, 10, 8, "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, 10, 22, "RC 1", 1)
__version_date_info__ = (2024, 10, 30, "RC 1", 1)


def version_date():
Expand Down

0 comments on commit f3d795c

Please sign in to comment.