Skip to content

Commit

Permalink
Update version to 3.8.0 and add pre-build instructions in pypi.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneholloman committed Nov 23, 2024
1 parent ed7aa53 commit fd1af8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions notes/pypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ To test the `codemapper` directly from the source directory:
2. Build the package:

```sh
# before doing ensure
# 1. update version in pyproject.toml
# 2. update changelog.md
python -m build
```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extend-exclude = '''

[project]
name = "codemapper"
version = "0.1.0"
version = "3.8.0"
description = "A tool to generate comprehensive Markdown artifacts of directory structures and file contents"
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit fd1af8f

Please sign in to comment.