Skip to content

Commit f68b9be

Browse files
OutSquareCapitalCopilot
andcommitted
bumped version
Co-authored-by: Copilot <copilot@github.com>
1 parent fe5e402 commit f68b9be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ If an issue on a release appear, AND the package is NOT published on Pypi, runni
148148

149149
```bash
150150
git tag -d <tag_name>
151-
git push origin <--delete 0.9.3>
151+
git push origin --delete <tag_name>
152152
```
153153

154154
This will convert the last tag into a draft release, allowing you to fix the issue and publish the release again without creating a new one.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "pyochain"
44
readme = "README.md"
55
requires-python = ">=3.13"
6-
version = "0.9.2"
6+
version = "0.9.3"
77

88
dependencies = ["cytoolz>=1.0.1"]
99

0 commit comments

Comments
 (0)