Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfspencer committed Sep 29, 2019
1 parent 6cdbc74 commit 8c0993f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foodflex/util/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import foodflex.util.config as config
from foodflex.util.logging import logger

builtins.__version__ = '2.0.0'
builtins.__version__ = '2.0.1'

logger.debug(f'Creating bot (cmd prefix \'{config.command_prefix}\')...')
builtins.bot = commands.Bot(command_prefix=config.command_prefix)
Expand Down

0 comments on commit 8c0993f

Please sign in to comment.