Skip to content

Commit

Permalink
bump version to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjanvanzwieten committed Jan 16, 2020
1 parent 042bf77 commit ed8d16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
assert sys.version_info >= (3, 5)
assert LooseVersion(numpy.version.version) >= LooseVersion('1.8'), 'nutils requires numpy 1.8 or higher, got {}'.format(numpy.version.version)

version = '5.1'
version = '5.2'
version_name = 'farfalle'
long_version = ('{} "{}"' if version_name else '{}').format(version, version_name)

Expand Down

0 comments on commit ed8d16f

Please sign in to comment.