Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

[WIP] Try to fix #465 again; this time focusing on the interpretation. #467

Merged
merged 1 commit into from
May 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion uproot/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import re

__version__ = "3.11.3"
__version__ = "3.11.4"
version = __version__
version_info = tuple(re.split(r"[-\.]", __version__))

Expand Down