Update release script

This commit is contained in:
Paul Nameless 2021-04-23 20:43:19 +03:00
parent c3bb91094f
commit 44e6b9fe9c
2 changed files with 2 additions and 2 deletions

2
do
View file

@ -30,7 +30,7 @@ case $ARG in
sed -i '' "s|$CURRENT_VERSION|$NEW_VERSION|g" tg/__init__.py
poetry version $NEW_VERSION
git add -u tg/__init__.py
git add -u tg/__init__.py pyproject.toml
git commit -m "Release v$NEW_VERSION"
git tag v$NEW_VERSION

View file

@ -8,7 +8,7 @@ include_trailing_comma = true
[tool.poetry]
name = "tg"
version = "0.11.0"
version = "0.12.0"
description = "Terminal Telegram client"
authors = ["Paul Nameless <reacsdas@gmail.com>"]
license = "Unlicense"