From dc4ef17fb2b410bd7d8031d94d6881e4b5710b02 Mon Sep 17 00:00:00 2001 From: Ben Gyori Date: Thu, 4 Nov 2021 13:00:24 -0400 Subject: [PATCH] Bump version --- famplex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/famplex/__init__.py b/famplex/__init__.py index c51c3b15c..0ebbb3673 100644 --- a/famplex/__init__.py +++ b/famplex/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.0.3' +__version__ = '0.0.4' from famplex.api import * from famplex.load import *