Skip to content

Commit

Permalink
Bump version, update description in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknyquist committed Jan 30, 2023
1 parent 0538747 commit 8f80a86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p style=text-align:center;"><img src="images/dennis.png" width="100%" alt="Dennis Nedry from Jurassic Park"></p>
Nedry discord bot 2.3.1
Nedry discord bot 2.3.2
=======================
(formerly "twitch_monitor_discord_bot")
Expand Down
2 changes: 1 addition & 1 deletion nedry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = "Erik Nyquist"
__license__ = "Apache 2.0"
__version__ = "2.3.1"
__version__ = "2.3.2"
__maintainer__ = "Erik Nyquist"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8f80a86

Please sign in to comment.