Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seveas committed Feb 4, 2016
1 parent e9ba67a commit e96f64d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Quick install instructions

Stable version:

$ sudo easy_install python-networkmanager
$ pip install python-networkmanager

Latest code:

$ git clone http://github.com/seveas/python-networkmanager
$ cd python-networkmanager
$ sudo python setup.py install
$ python setup.py install
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.0.1'
release = '1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name = "python-networkmanager",
version = "1.0.1",
version = "1.1",
author = "Dennis Kaarsemaker",
author_email = "[email protected]",
url = "http://github.com/seveas/python-networkmanager",
Expand Down

0 comments on commit e96f64d

Please sign in to comment.