Skip to content

Commit

Permalink
Correct release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbrodersen committed Dec 11, 2023
1 parent 89d37ae commit 8733b30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netgraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
>>> help(EditableGraph)
"""

__version__ = "4.13.1"
__version__ = "4.13.2"
__author__ = "Paul Brodersen"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def read_file(filename):
with open(os.path.join(os.path.dirname(__file__), filename)) as file:
return file.read()

version = '4.13.1'
version = '4.13.2'

setup(
name='netgraph',
Expand Down

0 comments on commit 8733b30

Please sign in to comment.