Skip to content

Commit 063161c

Browse files
committed
chore(release): bump version to v0.2.1
1 parent da26809 commit 063161c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
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.2.1](https://github.com/stack-rs/mitosis/compare/v0.2.0..v0.2.1) - 2025-09-11
6+
7+
### Bug Fixes
8+
9+
- Delete redundant print - ([da26809](https://github.com/stack-rs/mitosis-python-sdk/commit/da2680902b261892dc5daa93dbd4573390998df2))
10+
511
## [0.2.0](https://github.com/stack-rs/mitosis/compare/v0.1.3..v0.2.0) - 2025-09-11
612

713
### Features

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@ c.download_artifact(
5454

5555
| **Mitosis** | **pynetmito** |
5656
| :---------: | :-----------: |
57+
| 0.6.0 | 0.2.1 |
5758
| 0.6.0 | 0.2.0 |
5859
| 0.5.3 | 0.1.3 |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pynetmito"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Python Client SDK for mitosis"
55
readme = "README.md"
66
authors = [{ name = "BobAnkh", email = "[email protected]" }]

0 commit comments

Comments
 (0)