diff options
author | Devaev Maxim <[email protected]> | 2018-11-18 08:24:23 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-18 08:24:23 +0300 |
commit | a59fdc186e5654336d7b4ecde097601025964967 (patch) | |
tree | 6b872b5527f30b3be51dceaba7b2f9a1d027fcb9 /setup.py | |
parent | 1e44482a849b3f605c95251fc59ff571e7d25a3b (diff) |
Bump version: 0.100 → 0.101v0.101
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ def main() -> None: setup( name="kvmd", - version="0.100", + version="0.101", url="https://github.com/pi-kvm/pi-kvm", license="GPLv3", author="Maxim Devaev", |