version
index
/tmp/makerelease-pwman-python.rYoC18LZ/pwman-python-2.7/libpwman/version.py

# Simple password manager
# Copyright (c) 2011-2023 Michael Büsch <m@bues.ch>
# Licensed under the GNU/GPL version 2 or later.

 
Data
        VERSION_EXTRA = ''
VERSION_MAJOR = 2
VERSION_MINOR = 7
VERSION_STRING = '2.7'
__all__ = ['VERSION_MAJOR', 'VERSION_MINOR', 'VERSION_EXTRA', 'VERSION_STRING']