Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muhrin committed Oct 30, 2020
1 parent 4b049e1 commit a022991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mincepy_sci/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
author_info = (('Martin Uhrin', 'martin.uhrin.10@ucl.ac.uk'),)
version_info = (0, 0, 1)
version_info = (0, 1, 0)

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

0 comments on commit a022991

Please sign in to comment.