From 2587e23a03a53276b145a10b1a9f3c3381df0d5d Mon Sep 17 00:00:00 2001 From: Patrick Kunzmann Date: Mon, 22 Jul 2019 11:20:31 +0200 Subject: [PATCH] Bumped patch number --- src/biotite/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/biotite/__init__.py b/src/biotite/__init__.py index b24216cb0..4d3405aa3 100644 --- a/src/biotite/__init__.py +++ b/src/biotite/__init__.py @@ -2,7 +2,7 @@ # under the 3-Clause BSD License. Please see 'LICENSE.rst' for further # information. -__version__ = "0.15.0" +__version__ = "0.15.1" __author__ = "Patrick Kunzmann" from .file import *