diff --git a/setup.py b/setup.py index 459f58b..dea64c3 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,12 @@ setup( name = 'pyrtitions', packages = ['pyrtitions'], - version = 'v1.0', - description = 'A library to scan partitions and see where they are mounted', + version = 'v1.1', + description = 'A library for Linux to get partition information', author = 'Arsenijs Picugins', author_email = 'crimier@yandex.ru', url = 'https://github.com/CRImier/pyrtitions', - download_url = 'https://github.com/CRImier/pyrtitions/tarball/v1.0', + download_url = 'https://github.com/CRImier/pyrtitions/tarball/v1.1', keywords = ['linux', 'partitions'], classifiers = [], )