Skip to content

Commit

Permalink
bump: version 1.0.2 → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Jan 24, 2022
1 parent 64706ec commit 83e750b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.0.3 (2022-01-24)

## 1.0.2 (2022-01-21)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.0.2"
version = "1.0.3"
tag_format = "$version"
version_files = [
"src/autoimport/version.py",
Expand Down
2 changes: 1 addition & 1 deletion src/autoimport/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import platform
import sys

__version__ = "1.0.2"
__version__ = "1.0.3"


def version_info() -> str:
Expand Down

0 comments on commit 83e750b

Please sign in to comment.