Skip to content

Commit

Permalink
Merge branch 'max-weight-frac-match' of https://github.com/OLAnetwork…
Browse files Browse the repository at this point in the history
…x/networkz into max-weight-frac-match
  • Loading branch information
oriyalperin committed Nov 1, 2023
2 parents dbdc2fd + 893df43 commit 21e9b93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions networkz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

# Get the current directory of the __init__.py file
current_directory = os.path.dirname(__file__)
here = pathlib.Path(__file__).parent

__version__ = ( here / "VERSION").read_text().strip()

version_file_path = os.path.join(current_directory, "VERSION")

Expand Down

0 comments on commit 21e9b93

Please sign in to comment.