From c47cefe282b640e817213f9c102ada1f9ce58548 Mon Sep 17 00:00:00 2001 From: Wayonb Date: Thu, 20 Jun 2024 14:19:35 -0400 Subject: [PATCH] [tools/shoestring]: bump sybmol shoestring version to 0.1.3 --- tools/shoestring/pyproject.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tools/shoestring/pyproject.toml b/tools/shoestring/pyproject.toml index 779f09364..7a2adcbeb 100644 --- a/tools/shoestring/pyproject.toml +++ b/tools/shoestring/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'symbol-shoestring' -version = '0.1.2' +version = '0.1.3' description = 'Symbol Shoestring Deployment Tool' authors = ['Symbol Contributors '] maintainers = ['Symbol Contributors '] @@ -14,7 +14,12 @@ repository = 'https://github.com/symbol/product/tree/main/tools/shoestring' keywords = ['symbol', 'shoestring', 'deployment', 'node'] -classifiers = ['Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11'] +classifiers = [ + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12' +] include = ['shoestring/lang/*/LC_MESSAGES/messages.mo']