Skip to content

Commit 24b6d56

Browse files
committed
chore(release): bump version to v0.1.3
1 parent 9676e41 commit 24b6d56

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.3](https://github.com/stack-rs/mitosis/compare/v0.1.2..v0.1.3) - 2025-09-05
6+
7+
### Documentation
8+
9+
- *(readme)* Add usage guidance - ([9676e41](https://github.com/stack-rs/mitosis-python-sdk/commit/9676e4118e56e0af3fee29c474c1d04d16655b57))
10+
511
## [0.1.2](https://github.com/stack-rs/mitosis/compare/v0.1.1..v0.1.2) - 2025-09-05
612

713
### Bug Fixes

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pynetmito"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Python Client SDK for mitosis"
55
readme = "README.md"
66
authors = [{ name = "BobAnkh", email = "[email protected]" }]
@@ -49,8 +49,8 @@ build-backend = "hatchling.build"
4949

5050
[project.urls]
5151
Documentation = "https://docs.stack.rs/mitosis/"
52-
Homepage = "https://github.com/stack-rs/mitosis"
53-
Source = "https://github.com/stack-rs/mitosis"
52+
Homepage = "https://github.com/stack-rs/mitosis-python-sdk"
53+
Source = "https://github.com/stack-rs/mitosis-python-sdk"
5454

5555
[tool.hatch.build.targets.sdist]
5656
include = ["/src/pynetmito", "/README.md"]

0 commit comments

Comments
 (0)