Skip to content

Commit 8c7b981

Browse files
authored
Merge pull request #6 from mind-network/dev
v1.0.5
2 parents e23e3fd + 7f6ef50 commit 8c7b981

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ Full doc: [https://mind-network.gitbook.io/mind-lake-sdk](https://mind-network.g
6868
* Initial Release
6969
* v1.0.1
7070
* Fix bug
71+
* v1.0.2
72+
* Improve performances
73+
* v1.0.5
74+
* Keep up the version number with TypeScript SDK
7175

7276
## License
7377

mindlakesdk/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@
7070
"type": "function"
7171
}
7272
]
73-
VERSION = 'v1.0.2'
73+
VERSION = 'v1.0.5'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mindlakesdk"
7-
version = "v1.0.2"
7+
version = "v1.0.5"
88
authors = [
99
{ name="Mind Labs", email="biz@mindnetwork.xyz" },
1010
]

0 commit comments

Comments
 (0)