Skip to content

Commit d1030e3

Browse files
authored
Merge pull request #154 from vnitinv/master
preparing to release 1.0.0
2 parents a448301 + 9fe634c commit d1030e3

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ Installation
1515
Installation requires Python 2.7 and associated pip tool
1616

1717
1. Install using pip command
18+
sudo pip install jsnapy
19+
2. Install using pip command from github
1820
sudo pip install git+https://github.com/Juniper/jsnapy.git
19-
2. Updating using pip command
21+
3. Updating using pip command
2022
sudo pip install -U git+https://github.com/Juniper/jsnapy.git
21-
3. Download or clone the source code from this git repository
23+
4. Download or clone the source code from this git repository
2224
git clone https://github.com/Juniper/jsnapy
2325
Or Untar jsnapy-master.zip (if downloaded zip folder)
2426
unzip jsnapy-master.zip

lib/jnpr/jsnapy/version.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
# All rights reserved.
66
#
77

8-
__version__ = "0.1"
8+
__version__ = "1.0.0"
9+
DATE = "2016-Aug-26"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def run(self):
4343
version=__version__,
4444
description="Python version of Junos Snapshot Administrator",
4545
author="Priyal Jain",
46-
author_email="jpriyal@juniper.net",
46+
author_email="jnpr-community-netdev@juniper.net",
4747
license="Apache 2.0",
4848
keywords="Junos snapshot automation",
4949
url="http://www.github.com/Juniper/jsnapy",

0 commit comments

Comments
 (0)