Skip to content

Commit

Permalink
feat: bump version to 0.2.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
orenlab committed Sep 22, 2024
1 parent 7c07e74 commit 1ee977b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyTMBot"
version = "0.2.0-rc1"
version = "0.2.0-rc2"
description = "Versatile Telegram bot designed for managing Docker containers, monitoring server status, and extending its functionality through a modular plugin system. The bot operates synchronously, simplifying deployment by eliminating the need for webhooks"
authors = ["Denis Rozhnovskiy <pytelemonbot@mail.ru>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion pytmbot/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# pyTMBot globals initialization

# Global namespace information
__version__ = "v0.2.0-rc.1"
__version__ = "v0.2.0-rc2"
__author__ = "Denis Rozhnovskiy <pytelemonbot@mail.ru>"
__license__ = "MIT"
__repository__ = "https://github.com/orenlab/pytmbot"
Expand Down

0 comments on commit 1ee977b

Please sign in to comment.