Skip to content

Commit

Permalink
bump: version 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 26, 2024
1 parent 998a05c commit ab6c64b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## v0.1.0 (2024-07-26)

### Feat

- add pytest depenencies.
- add mypy.
- add flask server
- init commit

### Fix

- missing boto3 stubs.
- version configuration and license in pyproject.toml.
- CI errors.
2 changes: 1 addition & 1 deletion src/damavand/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.0"
__version__ = "0.1.0"

0 comments on commit ab6c64b

Please sign in to comment.