File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ Quick install instructions
19
19
20
20
Stable version:
21
21
22
- $ sudo easy_install python-networkmanager
22
+ $ pip install python-networkmanager
23
23
24
24
Latest code:
25
25
26
26
$ git clone http://github.com/seveas/python-networkmanager
27
27
$ cd python-networkmanager
28
- $ sudo python setup.py install
28
+ $ python setup.py install
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '1.0 '
51
+ version = '1.1 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '1.0. 1'
53
+ release = '1.1'
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 3
3
from distutils .core import setup
4
4
5
5
setup (name = "python-networkmanager" ,
6
- version = "1.0. 1" ,
6
+ version = "1.1" ,
7
7
author = "Dennis Kaarsemaker" ,
8
8
author_email = "[email protected] " ,
9
9
url = "http://github.com/seveas/python-networkmanager" ,
You can’t perform that action at this time.
0 commit comments