From b47dec03173cc58ed0ecd187877b9e3b32abcbbd Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sat, 30 Mar 2024 18:08:51 -0700 Subject: [PATCH] bump version to v0.9 --- meanas/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meanas/__init__.py b/meanas/__init__.py index b35edce..354adc9 100644 --- a/meanas/__init__.py +++ b/meanas/__init__.py @@ -6,7 +6,7 @@ See the readme or `import meanas; help(meanas)` for more info. import pathlib -__version__ = '0.8' +__version__ = '0.9' __author__ = 'Jan Petykiewicz'