git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
bf55246
Branches
Tags
documentation-tree
master
unstable/modularize-and-refactor-test-machinery
unstable/ssh-agent-socket-providers
wishlist
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.1
0.5.2
derivepassphrase.git
src
derivepassphrase
__init__.py
Fix the automatic version increment in `__init__.py`
Marco Ricci
commited
bf55246
at 2025-08-03 20:45:21
__init__.py
Blame
History
Raw
# SPDX-FileCopyrightText: 2025 Marco Ricci <software@the13thletter.info> # # SPDX-License-Identifier: Zlib """Work-alike of vault(1) – a deterministic, stateless password manager""" # noqa: D415,RUF002 __author__ = 'Marco Ricci <software@the13thletter.info>' __distribution_name__ = 'derivepassphrase' # Automatically generated. DO NOT EDIT! Use importlib.metadata instead # to query the correct values. __version__ = '0.5.1' # END automatically generated.