Skip to content

Commit e151ef7

Browse files
committed
change references to bumped version from 0.1.1 to 0.2
1 parent 4fef3bc commit e151ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/pyproject-toml.md

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

698698
[project]
699699
name = "pyospackage"
700-
version = "0.1.1"
700+
version = "0.2"
701701
```
702702

703703
Now use hatch to publish the new version of your package to test.PyPI.org.

0 commit comments

Comments
 (0)