Skip to content

Commit

Permalink
Bump version: 4.2.1 → 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
subho007 committed Feb 1, 2023
1 parent 56a0220 commit bc0f5d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appknox/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.2.1"
__version__ = "4.3.0"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.2.1
current_version = 4.3.0
commit = True
tag = True

Expand Down Expand Up @@ -30,7 +30,7 @@ ignore = W503, E722
max-line-length = 88

[isort]
profile=google
profile = google
line_length = 88
known_first_party = appknox
multi_line_output = 3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="appknox",
version="4.2.1",
version="4.3.0",
description="Command-line interface & Python wrapper for the Appknox API",
long_description=long_description,
url="https://github.com/appknox/appknox-python",
Expand Down

0 comments on commit bc0f5d7

Please sign in to comment.