Skip to content

Commit

Permalink
Release: 1.0.57
Browse files Browse the repository at this point in the history
  • Loading branch information
kiorky committed Sep 30, 2023
1 parent e3de73b commit 04ed026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def read(*rnames):
long_description = "\n\n".join([read(a) for a in READMES])
classifiers = ["Programming Language :: Python", "Topic :: Software Development"]
name = "bitwardentools"
version = "1.0.56"
version = "1.0.57"
src_dir = "src"
req = re.compile("^(?!(-e|#))", flags=re.I | re.M)
install_requires = [
Expand Down

0 comments on commit 04ed026

Please sign in to comment.