Skip to content

Commit

Permalink
bump: version 2.1.0 → 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucs1590 committed Sep 14, 2022
1 parent 2b913f3 commit 03f386d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
run: |
sed 's/import src.auxiliary /import auxiliary /' -i src/ocr_product.py
sed 's/import src.auxiliary /import auxiliary /' -i src/ocr_table.py
cz bump --yes
- name: Build and publish
env:
Expand Down
2 changes: 1 addition & 1 deletion __version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '2.1.0'
__version__ = '2.2.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.commitizen]
name = "cz_conventional_commits"
version = "2.1.0"
version = "2.2.0"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit 03f386d

Please sign in to comment.