Skip to content

Commit

Permalink
Also make the version accessible from the top-level module, following…
Browse files Browse the repository at this point in the history
… a common Python convention.
  • Loading branch information
jpivarski committed Jun 6, 2020
1 parent 0abd20e commit 3e325b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uproot4/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

from __future__ import absolute_import

from uproot4.version import __version__

classes = {}
unknown_classes = {}

Expand Down

0 comments on commit 3e325b9

Please sign in to comment.