Skip to content

Commit

Permalink
Prepare bug fix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
worblehat committed Apr 10, 2015
1 parent 2a9213b commit e714788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(file):

setup(
name='FredIRC',
version='0.2.0',
version='0.2.1',
author='Tobias Marquardt',
author_email='[email protected]',
description=('An easy-to-use, event driven framework for IRC bots.'),
Expand All @@ -34,7 +34,7 @@ def read(file):
license='BSD',
keywords='irc client library bot framework',
url='https://worblehat.github.io/FredIRC',
download_url='https://github.com/worblehat/FredIRC/archive/v0.2.0.tar.gz',
download_url='https://github.com/worblehat/FredIRC/archive/v0.2.1.tar.gz',
long_description=read('README.rst'),
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit e714788

Please sign in to comment.