Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
halon176 committed Dec 26, 2024
1 parent d13662e commit 1485ffe
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 = "h-crypto-price-bot"
version = "1.1.2"
version = "1.2.0"
description = ""
authors = ["halon176 <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/handlers/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def bot_help(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None:
"/help - to receive this message\n\n"
"This bot is written with open-source and free code, and you can find it all at "
"[GitHub](https://github.com/halon176/h-crypto-price-bot)\n\n"
"`Bot version: 1.2.1`\n"
"`Bot version: 1.3.0`\n"
)

await send_tg(context, update.effective_chat.id, response_text)
Expand Down

0 comments on commit 1485ffe

Please sign in to comment.