Skip to content

Commit e714788

Browse files
committed
Prepare bug fix release.
1 parent 2a9213b commit e714788

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# The short X.Y version.
5757
version = '0.2'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '0.2.0'
59+
release = '0.2.1'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read(file):
2525

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

0 commit comments

Comments
 (0)