diff --git a/dedupsqlfs/__init__.py b/dedupsqlfs/__init__.py index 8daf6bf9..f7bcc22a 100644 --- a/dedupsqlfs/__init__.py +++ b/dedupsqlfs/__init__.py @@ -23,7 +23,7 @@ __name__ = "DedupSQLfs" __fsversion__ = "3.1" -__version__ = "1.2.18" +__version__ = "1.2.19" # Check the Python version, warn the user if untested. import sys