From 7a871e4e91b0c1e5227942c041d4b08b4ebb0836 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Thu, 18 Aug 2022 23:02:36 -0700 Subject: [PATCH] bump version to v0.13 --- lethe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lethe/__init__.py b/lethe/__init__.py index 3b861bb..884d33b 100644 --- a/lethe/__init__.py +++ b/lethe/__init__.py @@ -11,4 +11,4 @@ from .lethe import ( from .endpoints import main __author__ = 'Jan Petykeiwicz' -__version__ = '0.12' +__version__ = '0.13'