Skip to content

Commit

Permalink
Version bump 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bsoyka committed Oct 9, 2020
1 parent abec3ef commit 50d9f97
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"badgeTemplate": "# BrainBot [![Version 1.0.0](https://img.shields.io/badge/version-1.0.0-orange)][release] [![MIT License](https://img.shields.io/badge/license-MIT-green)][license] [![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg)](#contributors-) [![GitHub stars](https://img.shields.io/github/stars/brainbotdev/brainbot?style=social)][stars]"
"badgeTemplate": "# BrainBot [![Version 1.1.0](https://img.shields.io/badge/version-1.1.0-orange)][release] [![MIT License](https://img.shields.io/badge/license-MIT-green)][license] [![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg)](#contributors-) [![GitHub stars](https://img.shields.io/github/stars/brainbotdev/brainbot?style=social)][stars]"
}
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.1.0

[bumpversion:file:.all-contributorsrc]

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
# BrainBot [![Version 1.0.0](https://img.shields.io/badge/version-1.0.0-orange)][release] [![MIT License](https://img.shields.io/badge/license-MIT-green)][license] [![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg)](#contributors-) [![GitHub stars](https://img.shields.io/github/stars/brainbotdev/brainbot?style=social)][stars]
# BrainBot [![Version 1.1.0](https://img.shields.io/badge/version-1.1.0-orange)][release] [![MIT License](https://img.shields.io/badge/license-MIT-green)][license] [![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg)](#contributors-) [![GitHub stars](https://img.shields.io/github/stars/brainbotdev/brainbot?style=social)][stars]
<!-- ALL-CONTRIBUTORS-BADGE:END -->

**A simple and fun Ryver bot to liven up the conversation**
Expand Down Expand Up @@ -30,7 +30,7 @@ $ python main.py
**Take a look at [the BrainBot wiki][wiki] to learn how to use the bot once it's up and running.**

[license]: https://github.com/brainbotdev/brainbot/blob/master/LICENSE
[release]: https://github.com/brainbotdev/brainbot/releases/tag/v1.0.0
[release]: https://github.com/brainbotdev/brainbot/releases/tag/v1.1.0
[stars]: https://github.com/brainbotdev/brainbot/stargazers
[wiki]: https://github.com/brainbotdev/brainbot/wiki

Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from utils import Cooldown, TopicGenerator, bot_dir, console, send_message

__version__ = "1.0.0"
__version__ = "1.1.0"

load_dotenv(
dotenv_path=bot_dir / ".env"
Expand Down

0 comments on commit 50d9f97

Please sign in to comment.