Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sad-Abd committed Jul 26, 2023
1 parent cae267d commit 5c5c054
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format

## [Unreleased]

## [0.1.0] - 2023-7-17
## [0.1.01] - 2023-7-17

### Added
- Start using a Changelog.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ Each element in `elements` is a `QTreeElement` object that contains many attribu

| Example | Image | Mesh |
|----------|:-------------:|:------:|
| 4.jpg | <img src="examples/4.jpg" alt="image 4" width="200px"> | <img src="examples/4_meshed.png" alt="image 4" width="200px"> |
| 5.jpg | <img src="examples/5.jpg" alt="image 4" width="200px"> | <img src="examples/5_meshed.png" alt="image 4" width="260px"> |
| 4.jpg | <img src="examples/4.jpg" alt="image 4" width="200px"> | <img src="examples/4_meshed.png" alt="image 4 meshed" width="200px"> |
| 5.jpg | <img src="examples/5.jpg" alt="image 5" width="200px"> | <img src="examples/5_meshed.png" alt="image 5 meshed" width="260px"> |

_For more examples, please refer to the [Documentation](https://example.com)_

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name = "qtreemesh",
version = "0.1.0",
version = "0.1.01",
author = "Sad-Abd",
author_email = "abedisadjad@gmail.com",
description = "A package that creats quadtree mesh from an image",
Expand Down

0 comments on commit 5c5c054

Please sign in to comment.