diff options
author | Devaev Maxim <[email protected]> | 2019-03-22 06:04:01 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-03-22 06:04:01 +0300 |
commit | 67460f872b26304b0df6a42d243a444131588c6d (patch) | |
tree | ab58ee6e7db1cc5f30da3ebd1fee64fe88aebf16 /setup.py | |
parent | fe2c44391c6974b109abbb399faedc5f78a6fec1 (diff) |
Bump version: 0.144 → 0.145v0.145
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ from setuptools import setup def main() -> None: setup( name="kvmd", - version="0.144", + version="0.145", url="https://github.com/pi-kvm/pi-kvm", license="GPLv3", author="Maxim Devaev", |