Remove pkg/test override
diff --git a/pubspec.yaml b/pubspec.yaml
index 78b714d..f5ead67 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: args
-version: 1.0.0
+version: 1.0.1-dev
 author: "Dart Team <misc@dartlang.org>"
 homepage: https://github.com/dart-lang/args
 description: >
@@ -10,7 +10,3 @@
   test: ">=0.12.0 <0.13.0"
 environment:
   sdk: ">=1.4.0 <2.0.0"
-
-# Test currently depends on args 0.13.x.
-dependency_overrides:
-  test: ">=0.12.0 <0.13.0"