File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
# The short X.Y version.
57
57
version = '0.2'
58
58
# The full version, including alpha/beta/rc tags.
59
- release = '0.2.0 '
59
+ release = '0.2.1 '
60
60
61
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
62
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def read(file):
25
25
26
26
setup (
27
27
name = 'FredIRC' ,
28
- version = '0.2.0 ' ,
28
+ version = '0.2.1 ' ,
29
29
author = 'Tobias Marquardt' ,
30
30
31
31
description = ('An easy-to-use, event driven framework for IRC bots.' ),
@@ -34,7 +34,7 @@ def read(file):
34
34
license = 'BSD' ,
35
35
keywords = 'irc client library bot framework' ,
36
36
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' ,
38
38
long_description = read ('README.rst' ),
39
39
classifiers = [
40
40
'Development Status :: 4 - Beta' ,
You can’t perform that action at this time.
0 commit comments