Skip to content

Commit

Permalink
v1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Dec 31, 2021
1 parent e88d7f4 commit da9d6b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/montag_cleaner/__init__.py
Original file line number Diff line number Diff line change
@@ -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 <mero.mero.guero@gmail.com>"
__all__ = []

Expand Down

0 comments on commit da9d6b3

Please sign in to comment.