diff --git a/revup/__init__.py b/revup/__init__.py index 600a5a2..d84da04 100644 --- a/revup/__init__.py +++ b/revup/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.4" +__version__ = "0.1.5" if __name__ == "__main__": # So that Makefile can get the version without having to parse python