diff --git a/undebt/__init__.py b/undebt/__init__.py index db52a5d..82b363a 100644 --- a/undebt/__init__.py +++ b/undebt/__init__.py @@ -6,4 +6,4 @@ # this should be the only place where the version is kept, if you # need to know the version somewhere else just import it from here -__version__ = "0.4.0" +__version__ = "0.4.1"