diff --git a/revup/__init__.py b/revup/__init__.py index 2ffadd8..312cf67 100644 --- a/revup/__init__.py +++ b/revup/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.0" +__version__ = "0.2.1" if __name__ == "__main__": # So that Makefile can get the version without having to parse python