File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 82
82
"repoType" : " github" ,
83
83
"repoHost" : " https://github.com" ,
84
84
"skipCi" : true ,
85
- "badgeTemplate" : " # BrainBot [][release] [][license] [](#contributors-) [][stars]"
85
+ "badgeTemplate" : " # BrainBot [][release] [][license] [](#contributors-) [][stars]"
86
86
}
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.4.0
2
+ current_version = 1.4.1
3
3
4
4
[bumpversion:file:.all-contributorsrc]
5
5
Original file line number Diff line number Diff line change 1
1
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2
- # BrainBot [ ![ Version 1.4.0 ] ( https://img.shields.io/badge/version-1.4.0 -orange )] [ release ] [ ![ MIT License] ( https://img.shields.io/badge/license-MIT-green )] [ license ] [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-7-orange.svg )] ( #contributors- ) [ ![ GitHub stars] ( https://img.shields.io/github/stars/brainbotdev/brainbot?style=social )] [ stars ]
2
+ # BrainBot [ ![ Version 1.4.1 ] ( https://img.shields.io/badge/version-1.4.1 -orange )] [ release ] [ ![ MIT License] ( https://img.shields.io/badge/license-MIT-green )] [ license ] [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-7-orange.svg )] ( #contributors- ) [ ![ GitHub stars] ( https://img.shields.io/github/stars/brainbotdev/brainbot?style=social )] [ stars ]
3
3
<!-- ALL-CONTRIBUTORS-BADGE:END -->
4
4
5
5
** A simple and fun Ryver bot to liven up the conversation**
@@ -30,7 +30,7 @@ $ python main.py
30
30
** Take a look at [ the BrainBot wiki] [ wiki ] to learn how to use the bot once it's up and running.**
31
31
32
32
[ license ] : https://github.com/brainbotdev/brainbot/blob/master/LICENSE
33
- [ release ] : https://github.com/brainbotdev/brainbot/releases/tag/v1.4.0
33
+ [ release ] : https://github.com/brainbotdev/brainbot/releases/tag/v1.4.1
34
34
[ stars ] : https://github.com/brainbotdev/brainbot/stargazers
35
35
[ wiki ] : https://github.com/brainbotdev/brainbot/wiki
36
36
Original file line number Diff line number Diff line change 28
28
send_message ,
29
29
)
30
30
31
- __version__ = "1.4.0 "
31
+ __version__ = "1.4.1 "
32
32
33
33
load_dotenv (
34
34
dotenv_path = bot_dir / ".env"
Original file line number Diff line number Diff line change 1
- from asyncio . exceptions import TimeoutError
1
+ from asyncio import TimeoutError
2
2
from os import getenv
3
3
from pathlib import Path
4
4
from random import sample
You can’t perform that action at this time.
0 commit comments