diff options
author | Devaev Maxim <[email protected]> | 2018-12-15 04:30:16 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-12-15 04:30:16 +0300 |
commit | d652a02ac915a1610d6d0943d3748bf9a950c3b9 (patch) | |
tree | 742f92df1708c4f85e1028814e0a84b3635d12f5 /setup.py | |
parent | 3c33bd37190772a783369894e209bcfe0858177a (diff) |
Bump version: 0.110 → 0.111v0.111
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ from setuptools import setup def main() -> None: setup( name="kvmd", - version="0.110", + version="0.111", url="https://github.com/pi-kvm/pi-kvm", license="GPLv3", author="Maxim Devaev", |