Skip to content

Commit

Permalink
Automatic version bump via bumpversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanklee86 committed Jan 18, 2022
1 parent 08ffc7d commit 38717d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.2
current_version = 0.5.0
commit = True
tag = True
message = Automatic version bump via bumpversion.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "telathbot"
version = "0.4.2"
version = "0.5.0"
description = "A Discord/Xenforo bot!"
authors = ["Ivan Lee <ivanklee86@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion telathbot/constants.py
@@ -1,4 +1,4 @@
VERSION = "0.4.2"
VERSION = "0.5.0"

# Xenforo
XENFORO_THREAD_PAGE_SIZE = 20
Expand Down

0 comments on commit 38717d3

Please sign in to comment.