Skip to content

Commit

Permalink
Update package.json and setup.py version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 24, 2024
1 parent 4a408dc commit 9ffe0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 9ffe0a1

Please sign in to comment.