From 32e76ef1e94488c2ff19fc539f1020a00136472b Mon Sep 17 00:00:00 2001 From: Aymeric Galan Date: Wed, 17 Apr 2024 10:20:12 +0200 Subject: [PATCH] Change version to 0.1.1 (JOSS version was 0.1.0) --- coolest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coolest/__init__.py b/coolest/__init__.py index 7155e4d..c015b36 100644 --- a/coolest/__init__.py +++ b/coolest/__init__.py @@ -6,7 +6,7 @@ """ # Set the package release version -version_info = (0, 0, 1) +version_info = (0, 1, 1) __version__ = '.'.join(str(c) for c in version_info) # Set the package details