Skip to content

Commit aeb87d0

Browse files
Update package.json and setup.py version to 1.0.7
1 parent e8e134f commit aeb87d0

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

package.json

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
{
22
"name": "@coti-io/coti-contracts-examples",
3-
"version": "0.0.1",
3+
"version": "1.0.7",
44
"license": "Apache 2.0",
55
"description": "Example smart contracts demonstrating the use of COTI's GC technology, including integrations with MPC, private ERC20, and ERC721 contracts.",
66
"author": "COTI Development",
77
"repository": {
88
"type": "git",
9-
"url": "git://github.com/coti-io/coti-contracts-examples.git"
9+
"url": "git://github.com/coti-io/coti-contracts-examples.git"
1010
},
1111
"homepage": "https://docs.coti.io/coti-v2-documentation/build-on-coti/quickstart#solidity",
12-
"keywords": ["coti", "privacy", "ethereum", "blockchain", "web3", "garbled-circuits", "l2", "on-chain-compute"],
12+
"keywords": [
13+
"coti",
14+
"privacy",
15+
"ethereum",
16+
"blockchain",
17+
"web3",
18+
"garbled-circuits",
19+
"l2",
20+
"on-chain-compute"
21+
],
1322
"scripts": {
1423
"test-private-auction": "npx hardhat test ./test/PrivateAuction.test.ts",
1524
"test-private-identity-registry": "npx hardhat test ./test/PrivateIdentityRegistry.test.ts",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
author_email='[email protected]',
1414
url='https://github.com/coti-io/coti-contracts-examples',
1515
keywords=["coti", "privacy", "ethereum", "blockchain", "web3", "garbled-circuits", "l2", "on-chain-compute"],
16-
version="0.1.0",
16+
version='1.0.7',
1717
packages=find_namespace_packages(include=['artifacts.*']),
1818
include_package_data=True,
1919
package_data={

0 commit comments

Comments
 (0)