diff options
author | Devaev Maxim <[email protected]> | 2019-02-17 06:09:32 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-02-17 06:09:32 +0300 |
commit | 64054989c6771626ee788ff784666c993df78108 (patch) | |
tree | 07010f867a1b6df092919a8c571e511797c4ca5b /setup.py | |
parent | c42dc07f0be9ecd062518a17e6492957b2ccee47 (diff) |
Bump version: 0.130 → 0.131v0.131
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.130", + version="0.131", url="https://github.com/pi-kvm/pi-kvm", license="GPLv3", author="Maxim Devaev", |