Skip to content

Commit 28ae68f

Browse files
set version number, name for next release
1 parent 68b03fd commit 28ae68f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nutils/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
assert sys.version_info >= (3, 5)
66
assert LooseVersion(numpy.version.version) >= LooseVersion('1.16'), 'nutils requires numpy 1.16 or higher, got {}'.format(numpy.version.version)
77

8-
version = '7.0a0'
9-
version_name = None
8+
version = '7.0'
9+
version_name = 'hiyamugi'
1010
long_version = ('{} "{}"' if version_name else '{}').format(version, version_name)
1111

1212
__all__ = [

0 commit comments

Comments
 (0)