Skip to content

Commit 8daaee8

Browse files
committed
update version from 0.1.0 to 0.1
1 parent 7b422d4 commit 8daaee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/installable-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ path = "src/pyospackage/__about__.py"
390390
Edit the file as follows:
391391

392392
1. Delete `dynamic = ["version"]`: This sets up dynamic versioning based on tags stored in your git commit history. We will walk through implementing this in a later lesson.
393-
2. Add `version = "0.1.0"` in the place of `dynamic = ["version"]` which you just deleted. This sets up manual versioning.
393+
2. Add `version = "0.1"` in the place of `dynamic = ["version"]` which you just deleted. This sets up manual versioning.
394394
3. Fill in the description if it doesn't already exist.
395395

396396
```toml

0 commit comments

Comments
 (0)