diff --git a/do b/do index 1bb06fb..c597869 100755 --- a/do +++ b/do @@ -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 diff --git a/pyproject.toml b/pyproject.toml index acb9bae..ebf0738 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "Unlicense"