bump version a few numbers
This commit is contained in:
parent
0da0968c44
commit
f43da11467
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class bytes(bbytes):
|
||||||
return str(e)[2:-1]
|
return str(e)[2:-1]
|
||||||
|
|
||||||
|
|
||||||
__version__ = "v1.0.2"
|
__version__ = "v1.0.5"
|
||||||
ircsock = socket(AF_INET, SOCK_STREAM)
|
ircsock = socket(AF_INET, SOCK_STREAM)
|
||||||
botnick = "FireBot"
|
botnick = "FireBot"
|
||||||
servers = {
|
servers = {
|
||||||
|
|
Loading…
Reference in a new issue