Skip to content

Commit

Permalink
[tools/shoestring]: bump sybmol shoestring version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayonb authored Jun 20, 2024
1 parent d04eea2 commit c47cefe
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tools/shoestring/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <contributors@symbol.dev>']
maintainers = ['Symbol Contributors <contributors@symbol.dev>']
Expand All @@ -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']

Expand Down

0 comments on commit c47cefe

Please sign in to comment.