Skip to content

Commit a9d4e92

Browse files
jswhit2jswhit2
authored andcommitted
bump version number to 1.7.3
1 parent a7416db commit a9d4e92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/netCDF4/_netCDF4.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Version 1.7.2
1+
"""Version 1.7.3
22
-------------
33
44
# Introduction
@@ -1279,7 +1279,7 @@ import sys
12791279
import functools
12801280
from typing import Union
12811281

1282-
__version__ = "1.7.2"
1282+
__version__ = "1.7.3"
12831283

12841284
# Initialize numpy
12851285
import posixpath

0 commit comments

Comments
 (0)