Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfspencer committed Feb 9, 2020
1 parent e5f4fd6 commit bc1873d
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.1'
builtins.__version__ = '2.0.2'

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 bc1873d

Please sign in to comment.