diff --git a/README.rst b/README.rst index ade635d..9069f45 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@

Dennis Nedry from Jurassic Park

-Nedry discord bot 2.3.1 +Nedry discord bot 2.3.2 ======================= (formerly "twitch_monitor_discord_bot") diff --git a/nedry/__init__.py b/nedry/__init__.py index 691ff19..cfbaafe 100644 --- a/nedry/__init__.py +++ b/nedry/__init__.py @@ -3,7 +3,7 @@ __author__ = "Erik Nyquist" __license__ = "Apache 2.0" -__version__ = "2.3.1" +__version__ = "2.3.2" __maintainer__ = "Erik Nyquist" __email__ = "eknyquist@gmail.com" diff --git a/setup.py b/setup.py index faac030..b1f177d 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='nedry', version=__version__, - description=('A self-hosted discord bot with a modular plugin system'), + description=('A fun & useful discord bot with a modular plugin system'), long_description=long_description, url='http://github.com/eriknyquist/nedry', author='Erik Nyquist',