Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update main frm develop #73

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Describe your changes

## Issue ticket number and link

## Checklist before requesting a review
- [ ] Replace the existing tag using

```
git tag | xargs git tag -d
git tag <new tag>
```
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tests/lcov
out
custom
.pytest_cache
dist/*

docs/example/*
!docs/example/example_two_maps_diagram.png
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Tool for generating diagrams that show the mapping of regions in memory, specifc
- Many additional settings are available in the JSON input. Please see the [schema](mm/schema.json) for more information.



### Usage:

```
Expand Down
Binary file removed dist/mmdiagram-0.0.1-py3-none-any.whl
Binary file not shown.
Binary file removed dist/mmdiagram-0.0.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mmdiagram"
version = "0.0.1"
version = "0.1"
authors = [
{ name="Chris Sutton", email="[email protected]" },
]
Expand Down
Loading