#135 fix cleanup of telethon session files (#139)

* closes #135

* version bump
This commit is contained in:
Miguel Sozinho Ramalho
2024-04-16 12:45:45 +01:00
committed by GitHub
parent cf8691bad7
commit 7cfe1e39cc
3 changed files with 7 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ _MAJOR = "0"
_MINOR = "11"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "2"
_PATCH = "3"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""