Skip to content

Commit e96f64d

Browse files
committed
Version 1.1
1 parent e9ba67a commit e96f64d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Quick install instructions
1919

2020
Stable version:
2121

22-
$ sudo easy_install python-networkmanager
22+
$ pip install python-networkmanager
2323

2424
Latest code:
2525

2626
$ git clone http://github.com/seveas/python-networkmanager
2727
$ cd python-networkmanager
28-
$ sudo python setup.py install
28+
$ python setup.py install

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '1.0'
51+
version = '1.1'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.0.1'
53+
release = '1.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from distutils.core import setup
44

55
setup(name = "python-networkmanager",
6-
version = "1.0.1",
6+
version = "1.1",
77
author = "Dennis Kaarsemaker",
88
author_email = "[email protected]",
99
url = "http://github.com/seveas/python-networkmanager",

0 commit comments

Comments
 (0)