Skip to content

Commit

Permalink
bump version to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjanvanzwieten committed Sep 3, 2019
1 parent 4b4477d commit d57fb4d
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.0'
version = '5.1'
version_name = 'farfalle'
long_version = ('{} "{}"' if version_name else '{}').format(version, version_name)

Expand Down

0 comments on commit d57fb4d

Please sign in to comment.