From 9ffe0a1ed02c73f917f4762de4bffa74839003a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 24 Nov 2024 19:53:51 +0000 Subject: [PATCH] Update package.json and setup.py version to 1.0.2 --- package.json | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 44f816d..2c5cd05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coti-io/coti-contracts-examples", - "version": "0.0.1", + "version": "1.0.2", "description": "", "scripts": { "test-private-auction": "npx hardhat test ./test/PrivateAuction.test.ts", diff --git a/setup.py b/setup.py index bc81b20..4023230 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="coti_contracts_examples", - version="0.1.0", + version='1.0.2', packages=find_namespace_packages(include=['artifacts.*']), include_package_data=True, package_data={