diff --git a/README.md b/README.md index bded47f..1f1609d 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,6 @@ $ pip install starred $ starred --username maguowei --sort > README.md - -# starred requires Python version 3.x, If you require Python 2.x support -$ pip install starred==2.0.3 ``` ## Usage diff --git a/starred/__init__.py b/starred/__init__.py index aaa4264..59a2fe6 100644 --- a/starred/__init__.py +++ b/starred/__init__.py @@ -1 +1 @@ -VERSION = '3.0.0' +VERSION = '3.1.0'