Skip to content

Commit

Permalink
version 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pefoley2 committed Apr 29, 2015
1 parent af3ce73 commit ab25381
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CslBot.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: CslBot
Version: 0.14
Version: 0.15
Summary: An easily extensible, modular irc bot.
Home-page: https://github.com/tjcsl/cslbot
Author: The TJHSST Computer Systems Lab
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
#
# The short X.Y version.
# FIXME: pull from setup.py
version = '0.14'
version = '0.15'
# The full version, including alpha/beta/rc tags.
release = '0.14'
release = '0.15'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author="The TJHSST Computer Systems Lab",
author_email="[email protected]",
url="https://github.com/tjcsl/cslbot",
version="0.14",
version="0.15",
license="GPL",
zip_safe=False,
packages=find_packages(exclude=['cslbot.tjhsst']),
Expand Down

0 comments on commit ab25381

Please sign in to comment.