Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
muhrin committed Aug 20, 2024
1 parent 35aef87 commit 1c26495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion milad/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, 3, 0)
version_info = (0, 3, 1)

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

0 comments on commit 1c26495

Please sign in to comment.