bumping version to 1.0.1-SNAPSHOT

Change-Id: I9826e06201ee156edb6619ec4917baed8551d7f5
diff --git a/tools/test/topos/onos.py b/tools/test/topos/onos.py
index cc5d6d8..75f0d1e 100755
--- a/tools/test/topos/onos.py
+++ b/tools/test/topos/onos.py
@@ -62,7 +62,7 @@
    
     def start( self ):
         if self.inNamespace:
-            instanceOpts = ( '-furl mvn:org.onosproject/onos-features/1.0.0/xml/features '
+            instanceOpts = ( '-furl mvn:org.onosproject/onos-features/1.0.1-SNAPSHOT/xml/features '
                              '-s 8101' )
             if self.ip is not None:
                 instanceOpts += (' -a %s' % self.IP() )