From ad7c27eee38b82fd037ccec0934fa82b8473db93 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Tue, 4 Oct 2022 17:29:13 -0700 Subject: [PATCH] bump version to v0.8 --- meanas/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meanas/__init__.py b/meanas/__init__.py index 3b426e3..b35edce 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.7' +__version__ = '0.8' __author__ = 'Jan Petykiewicz'