Skip to content

Commit

Permalink
bump version to v6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjanvanzwieten committed Oct 7, 2020
1 parent cddb306 commit bb8c426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nutils/__init__.py
Expand Up @@ -24,7 +24,7 @@
assert sys.version_info >= (3, 5)
assert LooseVersion(numpy.version.version) >= LooseVersion('1.15'), 'nutils requires numpy 1.15 or higher, got {}'.format(numpy.version.version)

version = '6.2a0'
version = '6.2'
version_name = 'garak-guksu'
long_version = ('{} "{}"' if version_name else '{}').format(version, version_name)

Expand Down

0 comments on commit bb8c426

Please sign in to comment.