From 258c2a99009546a73c016f7a4f7711b0b789f382 Mon Sep 17 00:00:00 2001 From: Thanh Tung Khuat Date: Mon, 2 May 2022 12:39:28 +1000 Subject: [PATCH] Increase version number. --- hbbrain/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbbrain/__init__.py b/hbbrain/__init__.py index d5f83df..d1201d7 100644 --- a/hbbrain/__init__.py +++ b/hbbrain/__init__.py @@ -42,7 +42,7 @@ # Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer. # 'X.Y.dev0' is the canonical version of 'X.Y.dev' # -__version__ = "0.1.1" +__version__ = "0.1.2" # On OSX, we can get a runtime error due to multiple OpenMP libraries loaded