Skip to content

Commit a45fd38

Browse files
committed
Update readme and toml file
1 parent 0c01637 commit a45fd38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ python3 -m pip wheel .
2222
Then the wheel file can be uploaded to PyPi with:
2323

2424
```bash
25-
twine upload --skip-existing dist/*
25+
twine upload --skip-existing python_code_parse-*.whl
2626
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "python_code_parse"
77
authors = [
88
{name = "Jake Cyr", email = "cyrjake@gmail.com"},
99
]
10-
version = "0.0.1"
10+
version = "0.0.2"
1111
description = "Parse code to get information about functions, etc."
1212
readme = "README.md"
1313
requires-python = ">=3.7"

0 commit comments

Comments
 (0)