Skip to content

Commit

Permalink
chore: version up
Browse files Browse the repository at this point in the history
  • Loading branch information
orenlab committed Dec 4, 2024
1 parent 4e7f2ad commit cbe557b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development_image_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
# Trigger the workflow on pushes to the master branch
push:
branches:
- 'master'
- '0.2.1'

jobs:
push_dev_image:
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1"
version = "0.2.1-dev"
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 <[email protected]>"]
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.1"
__version__ = "0.2.1-dev"
__author__ = "Denis Rozhnovskiy <[email protected]>"
__license__ = "MIT"
__repository__ = "https://github.com/orenlab/pytmbot"
Expand Down

0 comments on commit cbe557b

Please sign in to comment.