Skip to content

Commit

Permalink
bump: version 1.8.0 → 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirVondukr committed Sep 24, 2024
1 parent a1b1511 commit 43988e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion passlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""passlib - suite of password hashing & generation routines"""

__version__ = "1.8.0"
__version__ = "1.8.1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "libpass"
version = "1.8.0"
version = "1.8.1"
description = "Fork of passlib, a comprehensive password hashing framework supporting over 30 schemes"
authors = [
{ name = "Eli Collins", email = "[email protected]" },
Expand Down Expand Up @@ -191,7 +191,7 @@ ignore = [

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.8.0"
version = "1.8.1"
tag_format = "$version"
version_files = [
"passlib/__init__.py",
Expand Down

0 comments on commit 43988e4

Please sign in to comment.