diff --git a/methylprep/version.py b/methylprep/version.py index 41d2926..28c5675 100644 --- a/methylprep/version.py +++ b/methylprep/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 your module module -__version__ = '1.4.2' +__version__ = '1.4.3'