Skip to content

Commit c03f176

Browse files
committed
Release 1.4.0
1 parent bdcfbed commit c03f176

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
[tool.poetry]
22
name = "algoworld_contracts"
3-
version = "1.3.6"
3+
version = "1.4.0"
44
description = "AlgoWorld Smart Contracts and Signatures"
55
authors = ["AlgoWorld <info@algoworld.io>"]
66
keywords = ["algoworld", "algorand", "blockchain", "pyteal", "smart contracts"]
77
readme = "README.md"
88
license = "MIT"
99
homepage = "https://github.com/AlgoWorldNFT/algoworld-contracts"
1010
repository = "https://github.com/AlgoWorldNFT/algoworld-contracts"
11-
include = [
12-
"LICENSE",
13-
]
11+
include = ["LICENSE"]
1412

1513
[tool.poetry.dependencies]
1614
python = "^3.9"

0 commit comments

Comments
 (0)