diff --git a/package.json b/package.json
index 90c6870b..b67414ca 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@nevermined-io/contracts",
- "version": "1.3.5",
+ "version": "1.3.6",
"description": "Nevermined implementation of Nevermined in Solidity",
"bugs": {
"url": "https://github.com/nevermined-io/contracts/issues"
@@ -135,4 +135,4 @@
"@gnosis.pm/safe-core-sdk": "^1.0.0",
"@gnosis.pm/safe-deployments": "^1.4.0"
}
-}
+}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index b2e6a3ba..48442c50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
io.keyko.nevermined
contracts
jar
- 1.3.5
+ 1.3.6
Nevermined Contracts
Nevermined Data Platform Smart Contracts in Solidity
https://github.com/nevermined-io/contracts
@@ -244,4 +244,4 @@
https://oss.sonatype.org/service/local/staging/deploy/maven2/
-
+
\ No newline at end of file
diff --git a/setup.py b/setup.py
index dc905e5d..8dddc9e2 100644
--- a/setup.py
+++ b/setup.py
@@ -39,6 +39,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/nevermined-io/contracts',
- version='1.3.5',
+ version='1.3.6',
zip_safe=False,
)