Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
subho007 committed Apr 10, 2023
1 parent 3b633ba commit cc369be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.0.2
commit = True
tag = True

[bumpversion:file:setup.py]
[bumpversion:file:setup.py]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
description = fh.read()
REQUIREMENTS = [i.strip() for i in open("api_key_detector/requirements.txt").readlines()]

__VERSION__ = "0.0.1"
__VERSION__ = "0.0.2"

setup(
name="ak-keydetector",
Expand Down

0 comments on commit cc369be

Please sign in to comment.