From 2364a71ea63e1e5a765eaecb57e5ad0a4ed65d86 Mon Sep 17 00:00:00 2001 From: Erin Sheldon Date: Mon, 7 Jan 2019 08:54:51 -0500 Subject: [PATCH] bump version to v0.4.0 --- psfex/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psfex/version.py b/psfex/version.py index 6dc6cc4..ba481ee 100644 --- a/psfex/version.py +++ b/psfex/version.py @@ -2,4 +2,4 @@ # 1) we don't load dependencies by storing it in __init__.py # 2) we can import it in setup.py for the same reason # 3) we can import it into the module -__version__ = '0.3.2' +__version__ = '0.4.0'