Skip to content

Commit

Permalink
use str version
Browse files Browse the repository at this point in the history
  • Loading branch information
oriyalperin committed Nov 1, 2023
1 parent 418826f commit a644487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion networkz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import pathlib

__version__ = ("VERSION").read_text().strip()
__version__ = "1.0.6"

# Get the current directory of the __init__.py file
current_directory = os.path.dirname(__file__)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ platforms = [
]

[tool.setuptools.dynamic.version]
attr = 'networkx.__version__'
attr = 'networkz.__version__'


[tool.setuptools.package-data]
Expand Down

0 comments on commit a644487

Please sign in to comment.