Skip to content

Commit

Permalink
bump: version 0.6.2 → 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Apr 23, 2024
1 parent 08d3dad commit efe1757
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.6.3 (2024-04-23)

### Fix

- Complete type hints for public API (#15)

## v0.6.2 (2024-03-25)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysource-minimize"
version = "0.6.2"
version = "0.6.3"
description = "minimize python source code"
authors = ["Frank Hoffmann"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pysource_minimize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
__all__ = ("minimize", "CouldNotMinimize", "StopMinimization")


version = "0.6.2"
version = "0.6.3"

0 comments on commit efe1757

Please sign in to comment.