Skip to content

Commit 8733b30

Browse files
committed
Correct release tag
1 parent 89d37ae commit 8733b30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netgraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
>>> help(EditableGraph)
9999
"""
100100

101-
__version__ = "4.13.1"
101+
__version__ = "4.13.2"
102102
__author__ = "Paul Brodersen"
103103
__email__ = "[email protected]"
104104

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def read_file(filename):
66
with open(os.path.join(os.path.dirname(__file__), filename)) as file:
77
return file.read()
88

9-
version = '4.13.1'
9+
version = '4.13.2'
1010

1111
setup(
1212
name='netgraph',

0 commit comments

Comments
 (0)