Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
CRImier committed Nov 19, 2016
1 parent 0f6b64b commit 2a97351
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]',
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 = [],
)

0 comments on commit 2a97351

Please sign in to comment.