diff --git a/pyproject.toml b/pyproject.toml index a0c41e45e7179b1c37a5ce15ba8e210a55d945d2..7a1c2351e6bd767165b6d0be59e5624e89ec833f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tikka" -version = "0.6.2" +version = "0.6.3" description = "Tikka is a fast and light Python/Tk client to manage your Ğ1 accounts" authors = ["Vincent Texier <vit@free.fr>"] include = [ diff --git a/tikka/__init__.py b/tikka/__init__.py index 76b7687246081ac2c1391afe4f2f1091c12dc75e..19d171089e04e92123f28c307621e0fe85e66383 100644 --- a/tikka/__init__.py +++ b/tikka/__init__.py @@ -13,4 +13,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -__version__ = "0.6.2" +__version__ = "0.6.3"