Skip to content

Commit aab4fb3

Browse files
jswhit2jswhit2
authored andcommitted
bump version number
1 parent 351e58e commit aab4fb3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
since version 1.7.4 release
2-
===========================
1+
version 1.7.4.1 (tag v1.7.4.1rel)
2+
=================================
33
* Change default encoding for stringtochar/chartostring functions from 'utf-8' to 'utf-8'/'ascii' for dtype.kind='U'/'S'
44
(issue #1464).
55

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.4
1+
"""Version 1.7.4.1
22
-------------
33
44
# Introduction
@@ -1283,7 +1283,7 @@ import sys
12831283
import functools
12841284
from typing import Union
12851285

1286-
__version__ = "1.7.4"
1286+
__version__ = "1.7.4.1"
12871287

12881288
# Initialize numpy
12891289
import posixpath

0 commit comments

Comments
 (0)