From 02ae9704168327b66d90cd25e224ef2614413d7f Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 13 Jun 2023 13:00:42 +0000 Subject: [PATCH] Update version: v0.1.18 --- src/andersen_ev/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/andersen_ev/__init__.py b/src/andersen_ev/__init__.py index 42a7cac..1e2817a 100644 --- a/src/andersen_ev/__init__.py +++ b/src/andersen_ev/__init__.py @@ -6,7 +6,7 @@ # For relative imports to work in Python 3.6 import os, sys; sys.path.append(os.path.dirname(os.path.realpath(__file__))) -__version__ = '0.1.17' +__version__ = '0.1.18' __author__ = 'James Brown' __credits__ = 'Catch22'