Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
muhrin committed Jul 30, 2021
1 parent a54e18a commit d6bc946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mincepy_sci/version.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
author_info = (('Martin Uhrin', 'martin.uhrin.10@ucl.ac.uk'),)
version_info = (0, 1, 3)
version_info = (0, 1, 4)

__author__ = ', '.join('{} <{}>'.format(*info) for info in author_info)
__version__ = '.'.join(map(str, version_info))
Expand Down

0 comments on commit d6bc946

Please sign in to comment.