From da9d6b3897f1dcf1fa9de3f27d131c0344099c35 Mon Sep 17 00:00:00 2001 From: SG <13872653+mmguero@users.noreply.github.com> Date: Fri, 31 Dec 2021 10:29:54 -0700 Subject: [PATCH] v1.0.1 release --- setup.cfg | 2 +- src/montag_cleaner/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1b4b81a..bf701df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = montag-cleaner -version = 1.0.0 +version = 1.0.1 author = Seth Grover author_email = mero.mero.guero@gmail.com description = Montag is a utility which reads e-book files and scrubs them of profanity. diff --git a/src/montag_cleaner/__init__.py b/src/montag_cleaner/__init__.py index 3528042..2e44fe0 100644 --- a/src/montag_cleaner/__init__.py +++ b/src/montag_cleaner/__init__.py @@ -1,6 +1,6 @@ """Montag is a utility which reads e-book files and scrubs them of profanity.""" -__version__ = "1.0.0" +__version__ = "1.0.1" __author__ = "Seth Grover " __all__ = []