diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-06-21 14:35:30 +0200 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2020-06-21 14:35:30 +0200 | 
| commit | a8041aa4a9e70c267c17451c14c7dcf9ca887023 (patch) | |
| tree | 8fc8bf3f8ab1704e88d7e204f5db52d6bb57db6c | |
| parent | e90581590b21e30b99891fd2c394df2797716585 (diff) | |
| download | vyos-1x-a8041aa4a9e70c267c17451c14c7dcf9ca887023.tar.gz vyos-1x-a8041aa4a9e70c267c17451c14c7dcf9ca887023.zip | |
Increase version of Python library to 1.3.0
| -rw-r--r-- | python/setup.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python/setup.py b/python/setup.py index ac7d0b573..9440e7fe7 100644 --- a/python/setup.py +++ b/python/setup.py @@ -3,7 +3,7 @@ from setuptools import setup  setup(      name = "vyos", -    version = "1.2.0", +    version = "1.3.0",      author = "VyOS maintainers and contributors",      author_email = "maintainers@vyos.net",      description = ("VyOS configuration libraries."), | 
