diff --git a/CslBot.egg-info/PKG-INFO b/CslBot.egg-info/PKG-INFO index 609c6e236..f43936b4b 100644 --- a/CslBot.egg-info/PKG-INFO +++ b/CslBot.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: CslBot -Version: 0.18 +Version: 0.19 Summary: An easily extensible, modular irc bot. Home-page: https://github.com/tjcsl/cslbot Author: The TJHSST Computer Systems Lab diff --git a/setup.py b/setup.py index 6294a657e..7379f8284 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ author="The TJHSST Computer Systems Lab", author_email="cslbot@pefoley.com", url="https://github.com/tjcsl/cslbot", - version="0.18", + version="0.19", license="GPL", zip_safe=False, packages=find_packages(exclude=['cslbot.tjhsst']),